搜索结果
找到约 85 项符合
Plot 的查询结果
按分类筛选
文章/文档 在命令窗输入如下内容就得到图形了: [t,x]=ode45( godhua ,[0,10],[0,0,0,1]) subplot(131) plot(t,x(:,4)) xlabel( t )
在命令窗输入如下内容就得到图形了:
[t,x]=ode45( godhua ,[0,10],[0,0,0,1])
subplot(131) plot(t,x(:,4)) xlabel( t ) ylabel( y )
subplot(132) plot(t,x(:,1)) xlabel( t ) ylabel( v )
subplot(133) plot(t,x(:,2)) xlabel( t ) ylabel( \theta )
matlab例程 解压之后.添加到matlab->file->set path里面,就可以直接运行InvGUI.输入具体的数值后,自动plot figure.
解压之后.添加到matlab->file->set path里面,就可以直接运行InvGUI.输入具体的数值后,自动plot figure.
数学计算 弹簧隔振器的系数k0=4.5 hc=3.5 d=[3.15 3.23] a1=tan(pi*(d)./(2*hc)) a2=cot(pi*(d)./(2*hc)) % plot
弹簧隔振器的系数k0=4.5
hc=3.5
d=[3.15 3.23]
a1=tan(pi*(d)./(2*hc))
a2=cot(pi*(d)./(2*hc))
% plot(d,a1)
y=(a1+a2)*2*k0*hc*1e-3./pi
y=y./9.8*8
%
var=1+(tan(pi*(d+0.25)./(2*hc))).^2
k=2*k0*hc/pi*( var*pi./(2*hc)+var*pi./(2*hc)./(var-1
matlab例程 ABODEP Analog (continuous-time) Bode plot
ABODEP Analog (continuous-time) Bode plot
matlab例程 Bode plot for discrete-time system
Bode plot for discrete-time system
matlab例程 compute the mimo channel capacity and plot the result.
compute the mimo channel capacity and plot the result.
matlab例程 关于matalb 中的plot 绘图函数 绘出美观好看的效果
关于matalb 中的plot 绘图函数
绘出美观好看的效果
matlab例程 "arect" displays a 3-D plot of a pattern."makepattern" computes values of an array pattern cover fun
"arect" displays a 3-D plot of a pattern."makepattern" computes values of an array pattern cover function for
apattern.函数“arect”是给出一个方向图的3D图。函数“makepattern”是计算一个阵列方向图的值。
matlab例程 A Matlab code to plot the matched filter for 16-element linear array with constant phase weights on
A Matlab code to plot the matched filter for 16-element linear array with constant phase weights on transmit and receive LFM waveform parameters.计算具有收发线性调频波形参数的相位权重的16单元线性匹配滤波器
其他 Plot gabor filters + Matlab
Plot gabor filters + Matlab