-
matlabing
基于Matlabsimulink的系统仿真设计及应用的函数文件代码 (Matlabsimulink based on the simulation system design and application code in the function)
- 2007-05-24 23:56:07下载
- 积分:1
-
mi
说明: matlab源码程序matlab源码程序(matlab yuanmachengxumatlab yuanmachengxu)
- 2009-09-20 20:12:03下载
- 积分:1
-
XMLlToolbox2
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa.
For example,
>> project.name = MyProject
>> project.id = 1234
>> project.param.a = 3.1415
>> project.param.b = 42
becomes with str=xml_format(project, off )
"<project>
<name>MyProject</name>
<id>1234</id>
<param>
<a>3.1415</a>
<b>42</b>
</param>
</project>"
On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
- 2007-11-27 00:35:05下载
- 积分:1
-
matGPR
读取瑞典的雷达数据以及文件头的matlab程序,对于刚刚编写雷达数据处理的入门者来说,是个不错的参考(Read Sweden s radar data and document head matlab procedures, the preparation of radar data for the just treatment of the beginners, it is a good reference)
- 2008-02-21 13:50:47下载
- 积分:1
-
MATlab
MATLAB经典书籍电子书,希望对学习matlab的朋友有用~(a book of matlab,hoping that will be useful to matlab learners.)
- 2012-04-23 20:50:08下载
- 积分:1
-
Karlman
使用matlab进行编程实现卡尔曼滤波器(Kalman filter matlab programming)
- 2012-09-04 10:22:27下载
- 积分:1
-
yengnai
包括脚本文件和函数文件形式,分数阶傅里叶变换计算方面,FIR 底通和带通滤波器和IIR 底通和带通滤波器。( Including script files and function files in the form, Fractional Fourier transform computing, Bottom-pass and band-pass FIR and IIR filter bottom pass and band-pass filter.)
- 2016-11-21 23:55:15下载
- 积分:1
-
MatLabbooks
个人找的一个电子书,主要介绍matlab的入门知识,讲解很详细,有例证,个人觉得很好用!(Books about matlab!)
- 2009-12-06 19:44:05下载
- 积分:1
-
algorithms-LMS-adaptive-filtering
adaptive filter and its M atlab simulation based on LM S algorithm.(adaptive filter and its simulation M atlab S based on LM algorithm.)
- 2007-05-24 20:04:04下载
- 积分:1
-
MFC_matlab
程序实现了C++和MATLAB的混合编程,对接的方法是使用Matcom组件。程序实现的功能是,绘制一个sin函数。(Program implements C++ and MATLAB mixed programming, docking method is to use Matcom components. Program' s function is to draw a sin function.)
- 2013-08-13 16:56:57下载
- 积分:1