-
glopt-907fb23d8696
matlab application for nonlinear partial differential evolution equations. is a matlab application for the numerical study of some nonlinear partial differential evolution equations
- 2011-09-06 01:12:22下载
- 积分:1
-
MATLAB-Model
单相光伏逆变器完整的仿真模型,大家可以交流(Single-phase PV inverter complete simulation model, we can exchange)
- 2014-12-28 13:31:37下载
- 积分:1
-
ntrust
Dogleg trust region, Newton model, dense algorithm
- 2021-02-14 22:39:49下载
- 积分:1
-
raised_cosine
draw raised cosine filter response
draw raised cosine filter response
draw raised cosine filter response
draw raised cosine filter response
- 2009-05-20 11:06:43下载
- 积分:1
-
yichuan
matlab用标准遗传算法求f(x)=x2-22x+30函数的最小值,x [0,31]。 包含源码及结果(matlab using standard genetic algorithms f (x) = x2-22x+30 the minimization, x [0,31]. Includes source code and results)
- 2010-05-30 11:28:07下载
- 积分:1
-
2-D-integration
辛普森二维积分的数值计算方法,运用c++程序进行编写
(numberical analysis)
- 2011-06-11 18:18:05下载
- 积分:1
-
inverter3a
UPS 基于matlab的仿真模型,可以根据需要修改参数(Matlab-based simulation model of UPS, you can modify the parameters as needed)
- 2021-01-30 15:58:32下载
- 积分:1
-
nurbs
绘制NURBS三维、二维图形,网格细化,基函数求解等函数包(construction 2D,3D,NURBS graphics)
- 2021-04-12 12:38:57下载
- 积分:1
-
chap3_06_Narendra_MRAC_n1
在自动控制系统的过程中,narendra稳定方程 持续时间 稳定时间 动态响应(In the process of automatic control system, narendra stability equation dynamic response settling time duration)
- 2013-09-04 14:53:29下载
- 积分: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