-
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
-
CV_CPP
这个版本的代码,基于无边缘活动轮廓,即chan-vese模型,此代码中包含了C++版本和matlab版本(This version of the code, based on active contours without edges, that chan-vese model, this code contains C++ version and matlab version)
- 2015-11-16 11:54:41下载
- 积分:1
-
SSBsc
SSBsc simulink model
- 2011-01-12 00:59:03下载
- 积分:1
-
chirp_sig
线性调频信号,包括产生和脉冲压缩,国科大资料(Chirp signal, the National Science and Technology Institute of China)
- 2013-09-28 22:07:59下载
- 积分:1
-
matlab_psd_periodogram
采用周期图法在matlab中进行功率谱密度计算(Periodogram method using power spectral density calculation in matlab)
- 2014-10-26 11:56:59下载
- 积分:1
-
for_pdn2
These are MATLAB codes for implementing Chebyshev-Type 2 Bandpass and Bandstop filters.
- 2013-11-15 18:08:46下载
- 积分:1
-
matlab_SPIHT
SPIHT algorithm development in matlab.
- 2010-09-17 15:48:25下载
- 积分:1
-
用matlab写的GUI图像时钟程序
一个用matlab写的GUI图像时钟程序,还显示日期,时钟读取的是系统时间,很有趣,感兴趣的朋友可以下下来看看( matlab write GUI image clock programs, but also to display the date, the clock read is the system time, very interesting, interest friends can look down
)
- 2011-02-05 11:29:16下载
- 积分:1
-
code
在MATLAB下实现了图像的方块编码功能(Achieve the image in the MATLAB code in the box functionality)
- 2009-12-13 18:13:53下载
- 积分:1
-
EM-matlab
用matlab实现EM算法,进行聚类分析。(EM algorithm using matlab to achieve, for Cluster Analysis.)
- 2009-04-11 16:55:36下载
- 积分:1