matlab常用工具箱的调用指令
转自:http://blog.sina.com.cn/s/blog_86186c970102va9g.html
Matlab常用工具箱的调用命令
1. 优化工具箱
用途:优化问题
调用命令:在Command Window输入“optimtool”,其窗口如下
图1 Optimization Tool
2. 神经网络工具箱
用途:数据拟合、模式识别和分类、聚类、动态时间序列规划
调用命令:在Command Window输入“nnstart”,其窗口如下
图2 Neural Network Start
3. 系统辨识工具箱
用途:辨识系统参数
调用命令:在Command Window输入“ident”,其窗口如下
图3 System Identification Tool
4. 数字信号处理工具箱
用途:信号浏览、滤波器的设计分析、频谱分析
调用命令:在Command Window输入“sptool”,其窗口如下
图4 SPTool
5. 控制和估计工具箱
用途:单输入单输出系统补偿环节设计(sisotool)、系统参数估计(Simulink里Analysis -> Parameter Estimation)
5.1 调用命令:在Command Window输入“sisotool”,其窗口如下
图5.1 Control and Estimation Tools Manager
图5.2 SISO Design for SISO Design Task
5.2 调用命令:Simulink模型里Analysis -> Parameter Estimation,其窗口如下
图5.3 Control and Estimation Tools Manager
6. 曲线拟合工具箱
用途:曲线拟合
调用命令:在Command Window输入“cftool”,其窗口如下
图6 Curve Fitting Tool