-
MatlabScript
利用MFC技术,借助MATLAB强大的数学计算能力。同时,MATLAB脚本方便修改,不需要重新运行程序。(Using MFC technology, using MATLAB a powerful mathematical calculation. At the same time, MATLAB scripts to facilitate changes, do not need to re-run the program.)
- 2010-06-24 07:35:25下载
- 积分:1
-
bishe
说明: 永磁同步电机的直接转矩控制算法设计 matlab的仿真(PMSM DTC)
- 2011-03-24 21:47:25下载
- 积分:1
-
Sdcsk33I
混沌保密通信SIMULINK建模模。自己作的很好的东西。
(Chaotic secure communication SIMULINK modeling mold. As a good thing.)
- 2012-08-23 21:49:59下载
- 积分:1
-
mexhandle
you can pass C++ objects between different MEX functions without first converting to a MatLab compatible format(you can pass objects between different C ME X functions without first converting to a MatLa b compatible format)
- 2006-12-08 00:59:45下载
- 积分:1
-
IIR
无限脉冲响应数字滤波器IIR算法c语言.c文件(Infinite impulse response IIR digital filter algorithm c language)
- 2014-12-22 16:59:52下载
- 积分:1
-
Music_format_conversion_ource_program
音乐格式转换源码程序Music format conversion source program(Music format conversion source program Music format conversion source program)
- 2010-08-05 04:01:30下载
- 积分:1
-
pvmd
光伏模型。matlab/simulink(This is a pv model.It can describe I-V relation correctly.)
- 2013-03-20 22:18:31下载
- 积分:1
-
Matlab--euler
小程序,matlab编的,用于解常微分方程的问题(Small program, matlab compiled for the solution of ordinary differential equations of the problem)
- 2011-09-27 10:18:19下载
- 积分:1
-
xinhaoshengcheng
随机信号仿真数据的生成的matlab程序(Random-signal simulation data generated by matlab program
)
- 2012-03-29 20:51:08下载
- 积分:1
-
chap11
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
- 2011-07-27 18:12:56下载
- 积分:1