-
cp6
matlab图形凸显该处理教程第六章的内容(tutorial matlab handle graphics highlight the contents of Chapter VI)
- 2011-06-13 18:12:41下载
- 积分:1
-
mlcentra
Climate Control System
- 2010-12-03 20:52:35下载
- 积分:1
-
00751888
Fuzy Logic Controller pdf file
- 2012-05-02 17:23:38下载
- 积分:1
-
42I15-IJAET0715661_v6_iss3_1390to1398
ITS matlab code running explanation of motor and clearly gave the characteristics
- 2013-10-22 11:02:43下载
- 积分:1
-
1
说明: matlab源程序的学习案例,方便大家学习,欢迎下载!!(matlab source case study, to facilitate learning, welcome to download! !)
- 2012-11-24 21:16:20下载
- 积分:1
-
MVDR
远场波束形成,MVDR波束形成,最小方差无失真响应(Far-field beamforming, MVDR beamforming, minimum variance distortion response)
- 2020-12-23 22:29:06下载
- 积分:1
-
FDTD
this is an open source and free code for calculation of E&B filed in presence of a current line.
- 2013-05-04 17:14:50下载
- 积分:1
-
scara_robot
SCARA four DOF planar articulated robot reference
- 2013-10-18 14:52:50下载
- 积分:1
-
detect_face
face detection in algorithm in rgb
- 2011-12-16 05:35:19下载
- 积分: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