-
Matlab
Matlab小问题
问: Matlab仿真中怎样编辑Scope中的图象???
答: 实现的方法有以下的几种:
1)PrintScreen,然后粘贴到Windows位图编辑器,选择图像点击右键,选择“反色”即可;
2)在Scope中,它的参数设置的第二页,有一个Save Data to Workplace,将它选中,然后在下面的方框
中指定变量名,然后用plot命令画出;
3)直接在模型上再加一个,to Workplace模块,也用plot画出;
4) 等scope显示出来图像以后,在matlab上运行
set(0, ShowHiddenHandles , On )
set(gcf, menubar , figure )
这时候你会发现scope的工具栏的上面多了一行,点击insert-axes,鼠标会变成十字形状,然后再图像的任意一处双击左键出现一个对话框PropertyEditor,选中style在窗口的右便会出现color,这时你就可以任意修改背景颜色了。
问: 怎样进行S-function的编程和使用???
答: S-function也就是System-function的缩写。说得简单,S-function就是用MATLAB所提供的模型不能完全满足用户,而提供给用户自己编写程序来满足自己要求模型的接口。要了(err)
- 2007-12-07 16:29:53下载
- 积分:1
-
cryptography
matlab code for cryptography
- 2012-04-06 11:49:09下载
- 积分:1
-
danxiangqiaoshinibiandianlu
在matlab simulink环境中对直流电源通过单相桥实现单相逆变(In the Matlab Simulink environment to achieve single-phase inverter on the DC power through the single-phase bridge)
- 2012-05-20 15:34:17下载
- 积分:1
-
vrp
用简单的遗传算法解决基本的车辆调度问题,新手很容易上手。(vrp ga )
- 2015-06-22 16:09:42下载
- 积分:1
-
MATLAB-智能算法30个案例分析-终极版(带目录).pdf
matlab智能算法20个案例分析,终极版,带目录(Intelligence Algorithms)
- 2019-02-19 10:14:07下载
- 积分:1
-
demo
粒子滤波算法,非常管用的运动估计和运动预测,mat源代码
- 2009-09-23 11:16:46下载
- 积分:1
-
BlockMatchingAlgoMPEG
MPEG中的BlockMatching算法,用matlab编写的,很不错的。值得参考一下/(BlockMatching)
- 2010-10-21 10:20:39下载
- 积分:1
-
Multivariate-statistical
多元统计程序包,包括聚类分析、回归分析等等!(Multivariate statistical package, including cluster analysis, regression analysis and so on!)
- 2009-04-27 20:12:07下载
- 积分:1
-
TDOAAOA-positioning-location-and-tracking-extended
TDOAAOA定位的扩展卡尔曼滤波定位跟踪算法Matlab源码(TDOAAOA positioning location and tracking extended Kalman filter algorithm for Matlab source code)
- 2010-12-29 01:47:16下载
- 积分:1
-
Analog-Filters-Using-MATLAB--2009
Analog Filters Using MATLAB, 2009
很好的一本模电书,详尽描述了用Matlab设计模拟滤波器的方法,没有深奥的数学,非常棒!(The Analog the Filters Using MATLAB, 2009 good one mode power book, a detailed description of the design of analog filters using Matlab, not esoteric mathematics, great!)
- 2012-05-29 21:37:20下载
- 积分:1