-
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
-
@ccs
说明: 这是一个关于MATLAB的函数,能够用DEMO打开;使用时首先解压然后转换为M文件即可。很方便的。(It is a MATLAB function, can open the DEMO use first and then converted to M-extracting files. Very convenient.)
- 2006-03-16 16:28:26下载
- 积分:1
-
WSNWnetworkmatlabvariable
复杂网络的MATLAB仿真,有AB和BA模型,WS和NW小世界模型,并对他们的统计特征进行分析比较(MATLAB simulation of complex networks, with AB and BA model, WS and NW small-world model, and their statistical analysis and comparison of features)
- 2010-06-02 10:31:21下载
- 积分:1
-
ATR-Trailer趋势EA
说明: 这是一款根据均线开单的趋势EA,加载周期30分钟,货币主要跑镑系的,和美元的(This is a trend EA based on the average, loading cycle of 30 minutes, currencies mainly run in pounds, and the U.S. dollar.)
- 2020-06-17 10:40:02下载
- 积分:1
-
OFDMBPSK
OFDM系统中,对信号进行BPSK调制的Matlab程序源码,经检验,可有效实现该调制方式。(OFDM system, BPSK modulation on the signal source of the Matlab program, after testing, which can effectively achieve the modulation.)
- 2007-12-22 19:42:02下载
- 积分:1
-
PEAKS
Peaks计算二维光子晶体带隙程序较长用起来还可以(Peaks calculate two-dimensional photonic bandgap program longer can also use them)
- 2013-01-18 22:36:00下载
- 积分:1
-
LFM_signal
生成一段线性调频信号,并用脉冲压缩技术对信号进行接收,得到脉冲的时延信息(Generate a linear FM signal, and pulse compression technology to receive the signal pulse delay)
- 2012-06-16 23:02:12下载
- 积分:1
-
Correlation
过程相关性检验,模型+脚本。matlab(correlation test, model+ scripts. matlab)
- 2013-08-10 20:17:25下载
- 积分:1
-
yanchixiangjia
music算法,首先,根据获得的数据来寻找协方差,确定噪声子空间和信号子空间,谱峰搜索(Music algorithm,first of all,according to receive data to find the covariance, determine the noise subspace and the signal subspace, in searching spectral peak)
- 2012-11-01 21:51:23下载
- 积分:1
-
pso
用粒子群求解最优化问题的一个粒子,并画出迭代次数与最优解的关系(For solving optimization problems with particle swarm particle, and draw a relationship between the number of iterations and the optimal solution)
- 2012-11-05 22:25:48下载
- 积分:1