-
Perrone
说明: 图像恢复 奇异值分解及截断奇异值分解的相关方法 外文文献 (Image restoration and the truncated singular value decomposition singular value decomposition method of foreign language literature related to)
- 2011-03-23 22:06:10下载
- 积分:1
-
msfuntmpl
this is file for traffic networks benchmarks...
- 2013-03-11 15:37:01下载
- 积分:1
-
GLCCA
该文件被用于人工数据集的测试。这些数据都是随机生成的。在百度中也可以搜索到相关内容。数据集名字为ultwotwo(this file can used for Performance Comparison on Artificial Data)
- 2013-09-15 13:31:41下载
- 积分:1
-
4DOF-manipulator-simulation-
本文章描述四自由度机械臂的matlab仿真方法,使用到robot工具箱(This article describes the four degrees of freedom manipulator matlab simulation method using the robot kit)
- 2015-04-02 20:47:12下载
- 积分:1
-
c5546089625d
基于MATLAB的电力系统潮流计算的程序,比较完整,适合入门新手学习。(MATLAB-based power system load flow calculation program , complete and suitable for beginners novice learning .)
- 2012-04-16 14:28:41下载
- 积分:1
-
Electrical-Machines-and-Drives-Systems
Text book related machines and electrical power systems
- 2017-02-02 19:40:41下载
- 积分:1
-
Benny
游程编码的编码与解码 用matlab语言实现(code and decode)
- 2011-05-20 14:53:52下载
- 积分:1
-
naivebayes
naive bayes分类法的matlab实现,包含训练和测试部分(naive bayes classification matlab realize, including training and testing parts)
- 2013-07-16 09:36:24下载
- 积分:1
-
DCT2D
DCT变换的matlab源代码。适合用作特征提取的预处理方法来使用。(DCT transform matlab source code. Suitable for feature extraction preprocessing method to use.)
- 2009-03-10 09:31:03下载
- 积分: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