-
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
-
Microwav_adbm
Microwave Attenuation Vs Fc
- 2010-12-16 02:28:32下载
- 积分:1
-
cxx
此程序是LMS算法实现的一个自适应均衡器,均衡器选取的信道抽头数是11。(the program is adaptive equalizer using Lms to achieve.the channel tap is 11.)
- 2010-05-11 22:40:35下载
- 积分:1
-
youbowen5_2
matlab,最小拍控制系统,输入为速度信号,输出控制器输出变量有波纹。有波纹最小拍控制系统(matlab, the smallest shot control system, the input speed signal, the output controller output variable corrugated. Corrugated minimum Beat Control System)
- 2013-03-29 00:22:00下载
- 积分:1
-
matlib
用c++语言,生成一个能让MATLAB自动加载的数据格式文件。该工具能够编译成为dll文件,随着其他文件一起动态执行和动态添加一个系统的功能。(transform an input file into .mat for matlab from c++)
- 2011-01-13 20:39:51下载
- 积分:1
-
newtlagr
MATLAB最优化问题的牛顿拉格朗日求解算法(matlab: Newton-Lagrengge solver algothrim for a optimal problem )
- 2011-11-24 09:26:46下载
- 积分:1
-
PSLR_ISLR
求SAR图像点目标的PSLR和ISLR,包含一维向量和二维矩阵的matlab求法(Compute the point target s PSLR and ISLR of SAR image,include the method of vector and matrix on matlab)
- 2021-05-13 11:30:02下载
- 积分:1
-
FaceDetectionSystem
本程序实现人脸的多角度,实时性快速定位于检测。(The program realization of face angles, real-time detection of rapid positioning.)
- 2010-08-18 10:24:02下载
- 积分:1
-
GA
说明: 用matlab实现的基本遗传算法、顺序选择遗传算法、适值函数标定的遗传算法、大变异遗传算法、自适应遗传算法、双切点交叉遗传算法、多变异位自适应遗传算法(Using matlab realize the basic genetic algorithm sequentially selects genetic algorithm, fitness function of the genetic algorithm calibration, large mutation genetic algorithm, adaptive genetic algorithm, double cut-point crossover genetic algorithm, adaptive genetic algorithm changeable ectopic)
- 2013-08-04 11:56:32下载
- 积分:1
-
Shock-Filters
利用Shock Filters去除图像噪声,附件里有关于Shock Filters的网页介绍(use Shock Filters remove image noise, annex on the Shock's website on Filters)
- 2007-05-24 17:35:08下载
- 积分:1