搜索: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/857683.html
技术资料
MIMO多天线收发 各种性能比较(BER曲线)
MIMO多天线收发 各种性能比较(BER曲线) 包括MMRC EGC SC Alamouti V-BLAST。信道为瑞利信道,有2种,相关和非相关。测试仿真结果 请运行文件名带plot的
https://www.eeworm.com/dl/665/334879.html
matlab例程
多种概率分布的拟合函数集合 本算法包括最大似然估计
多种概率分布的拟合函数集合
本算法包括最大似然估计,最小二乘估计,基于EM算法的多种混合高斯分布估计,EM算法测试实例,绘制每种分布的plot函数。非常有参考价值!
https://www.eeworm.com/dl/684/411665.html
软件设计/软件工程
This GUI is an updated and enhanced version of the “StructBrowser” utility submitted to MatLab Centr
This GUI is an updated and enhanced version of the “StructBrowser” utility submitted to MatLab Central in May 2003. It comes with new interface and an enhanced display. It uses Microsoft TreeView control to display and explore any kind of MatLab structures. The CRC ExploreStruc ...
https://www.eeworm.com/dl/665/408919.html
matlab例程
定义坐标轴的显示范围用axis指令 语法:axis([xmin xmax ymin ymax]) 你的例子ymin ymax应分别设为0和0.5
定义坐标轴的显示范围用axis指令
语法:axis([xmin xmax ymin ymax]) 你的例子ymin ymax应分别设为0和0.5,xmin xmax 取周期的两端。 然后再plot(x,y)
欢迎一起探讨matlab的使用:)
https://www.eeworm.com/dl/519923.html
源码
重力异常正演MATLAB程序
%球体
close all;
G=6.67e-11;
R=2;%球体半径
p=4.0;%密度
D=10.0;%深度
M=(4/3)*pi*R^3*p;%质量
x=-20:1:20;
g=G*M*D./((x.^2+D^2).^(3/2));
Vxz=-3*G*M*D.*x./((x.^2+D^2).^(5/2));
Vzz=G*M.*(2*D^2-x.^2)./((x.^2+D^2).^(5/2));
Vzzz=3*G*M.*(2*D^2-3.*x.^2)./((x.^2+D^2).^(7/2));
subplot(2,2,1 ...
https://www.eeworm.com/dl/532/196853.html
书籍源码
《VC++和BC++数值分析类库》光盘内含C++数值分析动态连接库(包括动态库文件*.dll和入口库文件*.lib及头文件*.h)
《VC++和BC++数值分析类库》光盘内含C++数值分析动态连接库(包括动态库文件*.dll和入口库文件*.lib及头文件*.h),分Visual C++和Borland C++(Builder)两个版本。另有一个曲线绘制程序Plot.exe 。
https://www.eeworm.com/dl/665/337087.html
matlab例程
This chapter contains sample programs for determining capacity. The reader is advised to go through
This chapter contains sample programs for determining capacity. The reader is advised to go through the coding. The
file "capacity_water.m" is for measuring the waterfilling capacity. It should be made to work with a file similar to
"capacity_plot_main.m". The latter file deals ...
https://www.eeworm.com/dl/641/363633.html
数学计算
This GUI can be used by entering nu at the MATLAB command prompt. The user can either select a funct
This GUI can be used by entering nu at the MATLAB command prompt. The user can either select a function (f(x)) of their choice or a statistical distribution probability distribution function to plot over a user defined range. The function s integral can be evaluated over a user d ...
https://www.eeworm.com/dl/542/425729.html
其他书籍
Using an easy-to-follow format, this book explains the basics of MATLAB up front. You ll find out ho
Using an easy-to-follow format, this book explains the basics of MATLAB up front. You ll find out how to plot functions, solve algebraic equations, and compute integrals. You ll also learn how to solve differential equations, generate numerical solutions of ODEs, and work with sp ...
https://www.eeworm.com/dl/646/337083.html
通讯编程文档
This a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is s
This a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is self explanatory.
Tool tips are given in blue color. The cursor needs to be positioned on these for detailed explanation. The main file is
"runsim.m". In these simulations the SISO ...