-
ortusme
Here is the code for covering an area of the field. And converge of the field.
- 2009-04-18 23:58:13下载
- 积分:1
-
imagefenge
关于图像分割的,用MATLAB实现,希望有所帮助!(With regard to image segmentation, using MATLAB realization of the hope that helps!)
- 2010-01-17 16:36:20下载
- 积分:1
-
power_switching
power_switching.rar,功率电子领域matlab仿真文件,已经验证过,程序运行正常(power_switching.rar,Power electronics field matlab simulation file, has already been
verified, the normal operating procedures)
- 2013-07-14 12:48:50下载
- 积分:1
-
Wind_Turbine-Master_thesis-BTH
这是关于风力发电机齿轮箱的文章,希望对大家有帮助。(This is about the wind turbine gearbox article, we want to help.)
- 2013-07-14 20:16:41下载
- 积分:1
-
Gsapvitessevariable2
la machine gsap avec vitesse var
- 2019-04-21 19:13:40下载
- 积分:1
-
volumemesh
VOLUMEMESH Creates solid volume metal meshes and their modificitations
- 2010-06-21 07:30:24下载
- 积分:1
-
p_train
MATLAB实现的核估计后验概率算法,输入训练集和窗函数带宽,得到坐标的概率估计(matlab ptrain)
- 2010-01-26 11:53:50下载
- 积分:1
-
matlab_carNOsegmentationprogram
采用matlab开发的用于车牌分割的开发程序,识别率高(The development of the use of matlab for the development of procedures for license plate segmentation, recognition rate is high)
- 2009-03-29 11:34:02下载
- 积分:1
-
Chebyshev-filters
切比雪夫滤波器的设计与实现,设计的滤波器可满足通带内平坦的群延迟响应和通带外足够大的的衰减(Design and Implementation of Schiff cut filter, the filter designed to meet the passband than flat group delay response and pass-band attenuation is large enough)
- 2015-03-07 16:36:12下载
- 积分:1
-
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