搜索:plot
找到约 99 项符合「plot」的查询结果
结果 99
按分类筛选
- 全部
- matlab例程 (38)
- 其他 (11)
- 技术资料 (8)
- 通讯编程文档 (5)
- 通讯/手机编程 (4)
- 数学计算 (4)
- 源码 (2)
- 数值算法/人工智能 (2)
- 其他书籍 (2)
- Linux/Unix编程 (2)
- 文章/文档 (2)
- 其他行业 (2)
- 单片机编程 (1)
- 仿真技术 (1)
- 书籍源码 (1)
- 技术教程 (1)
- 软件工程 (1)
- 可编程逻辑 (1)
- Java编程 (1)
- 网络 (1)
- 多国语言处理 (1)
- 金融证券系统 (1)
- 嵌入式/单片机编程 (1)
- 单片机开发 (1)
- 微处理器开发 (1)
- J2ME (1)
- 交通/航空行业 (1)
- Windows CE (1)
- 软件设计/软件工程 (1)
https://www.eeworm.com/dl/665/485042.html
matlab例程
File to Plot 8 channels in Matlab using data from the USB captured into a TXT file. (it makes the 8
File to Plot 8 channels in Matlab using data from the USB captured into a TXT file. (it makes the 8 different plots)
https://www.eeworm.com/dl/665/211484.html
matlab例程
2D wave simulation in 3D plot. to help you understand the wave interference phenomenon.
2D wave simulation in 3D plot.
to help you understand the wave interference phenomenon.
https://www.eeworm.com/dl/665/436953.html
matlab例程
Plot your multichannel data despite of being real or complex in Matlab. Mreshape reshapes your 3d d
Plot your multichannel data despite of being real or complex in Matlab.
Mreshape reshapes your 3d data by your desired arrangment.
Mreshape4 reshape your 4d data
https://www.eeworm.com/dl/534/438360.html
其他
功率谱分析 包含 AMI.m HDB3.m main.m spec_plot.m
功率谱分析
包含
AMI.m
HDB3.m
main.m
spec_plot.m
https://www.eeworm.com/dl/665/464497.html
matlab例程
Program to plot x(t) =1/2+∑_(n=1)^∞▒ (sinc⁡ 〖n/2〗 〖 cos 〗⁡ 〖2πnt/4〗 ) Include n-
Program to plot x(t) =1/2+∑_(n=1)^∞▒ (sinc⁡ 〖n/2〗 〖 cos 〗⁡ 〖2πnt/4〗 )
Include n-value (Number of Terms) in graph on plot.
Show 2 graphs, original and simulated together.
https://www.eeworm.com/dl/665/452029.html
matlab例程
1. Consider the FIR system described by H(z) = 1/16(-1 + 9z--2 + 16z-3 + 9z--4 - z-6), and plot the
1. Consider the FIR system described by H(z) = 1/16(-1 + 9z--2 + 16z-3 + 9z--4 - z-6), and plot the pole-zero locations in the z-plane.
https://www.eeworm.com/dl/641/295396.html
数学计算
弹簧隔振器的系数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
https://www.eeworm.com/dl/665/262946.html
matlab例程
解压之后.添加到matlab->file->set path里面,就可以直接运行InvGUI.输入具体的数值后,自动plot figure.
解压之后.添加到matlab->file->set path里面,就可以直接运行InvGUI.输入具体的数值后,自动plot figure.
https://www.eeworm.com/dl/652/262840.html
文章/文档
在命令窗输入如下内容就得到图形了: [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 )