-
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
-
start
this code helps you to start the programmation of a dissemblance test
- 2011-09-27 22:04:01下载
- 积分:1
-
Simplex-method
解优化问题的单纯形法,用矩阵形式推导完成,后附变量解释和大体流程解释。(Simplex method to solve optimization problems, reducted from matrix, following is variable explaination and general process explaination.)
- 2011-12-14 21:11:18下载
- 积分:1
-
fds60
ace Detection Program for MATLAB 2013a
using Gabor Feature Extraction and Neural Networks
----------------------------------------------------------------
1- copy all files and directories to the MATLAB s work folder
* In order to run the program you must have Image Processing and Neural Networks Toolboxes
2- (Important) Navigate to the root folder which contains "main.m".
3- Type "main" or "run main" in the command window
4. Only fort the first time, the program creates
Gabor filters and stores them in ./data/gabor.mat
Training set dataset and stores it in ./data/imgdb.mat
Neural Network and stores it in ./data/net.mat
5- imgdb is short for "image data base".
6- When the program menu appears click on "Train Network" and wait until the program is
done with the training
- 2014-01-02 17:20:34下载
- 积分:1
-
yichuanyouhuasuanfachengxu
遗传优化算法,能够实现自然数域内任意函数的极大值求解,效果很好。这是我的课程实验报告。(Genetic optimization algorithm, to achieve a natural function of the number of arbitrary region of great value to solve, very good. This is my experiment reports courses.)
- 2008-12-18 21:30:38下载
- 积分:1
-
Programa_Ondas
simulation of a wave reflection
- 2013-12-17 22:03:08下载
- 积分:1
-
zxxw
最小相位序列的最小相位法复倒谱的实验程序(Minimum phase sequence of the minimum phase method Complex Cepstrum Experimental procedures)
- 2007-11-25 23:31:32下载
- 积分:1
-
gray
利用matlab来实现数据的灰色建模和预测,具有较好的功能。(Using matlab to the gray data modeling and forecasting, with good function.)
- 2010-12-19 14:41:20下载
- 积分:1
-
integral--PID-algorithm
基于matlab实现积分分离的PID算法程序,m文件
(matlab integral separation PID algorithm)
- 2014-09-10 19:48:26下载
- 积分:1
-
BP_neural_network
基于BP神经网络算法的非线性系统拟合,在matlab中实现BP神经网络非线性拟合算法。(BP neural network algorithm fitting of nonlinear systems)
- 2015-07-13 11:32:18下载
- 积分:1