Location:
Search - double matl
Search list
Description: 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).
Platform: |
Size: 214016 |
Author: leiming691128 |
Hits:
Description: 一个用matlab编写双线性法求图像的放大与 缩小的小程序-Matlab bilinear used to prepare a method of shrinking the image to enlarge a small program
Platform: |
Size: 1024 |
Author: 呵呵 |
Hits:
Description: Matlab中没有现成的Lagrange插值函数,必须编写一个M文件实现Lagrange插值。
设n个节点数据以数组x0,y0 输入(注意Matlat的数组下标从1开始),m 个插值点以数组 x输入,输出数组y 为 m个插值。
编写一个名为lagrange.m的M文件。-Matlab is not off-the-shelf Lagrange interpolation function, we must realize the preparation of an M file Lagrange interpolation. N nodes based data to an array of x0, y0 input (Note Matlat subscript of the array starting at 1), m a x interpolation points to the array input and output array y for m months interpolation. Lagrange.m the preparation of a M-file.
Platform: |
Size: 1024 |
Author: 贺鼎宏 |
Hits:
Description: MATLAB实现的单相双闭环PWM整流器 参数设置比较正确 波形出来也不错 就是进入稳态时间比较长-MATLAB to achieve double-loop single-phase PWM rectifier waveform parameters set by the more accurate is also a good time to enter the steady-state long
Platform: |
Size: 14336 |
Author: 茂茂 |
Hits:
Description: 用matlab实现单双枝节阻抗匹配,并用smith圆图匹配演示过程-Using matlab to achieve single-and double-side impedance matching, and demonstrate smith circle graph matching process
Platform: |
Size: 43008 |
Author: 张飞 |
Hits:
Description: qr法求特征值和特征向量 QR法能够避免矩阵奇异带来的错误,并能求解特征值有重根的情况-qr France seek eigenvalues and eigenvectors QR method can avoid the matrix singularity caused by errors, and can solve the eigenvalue of the double roots
Platform: |
Size: 1024 |
Author: 张文静 |
Hits:
Description: 本程序是专门用来计算二重积分,可是需要工具箱的支撑-Calculation of double integrals
Platform: |
Size: 1024 |
Author: 浮沉 |
Hits: