Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - double matl
Search - double matl - List
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).
Update : 2025-02-19 Size : 209kb Publisher : leiming691128

一个用matlab编写双线性法求图像的放大与 缩小的小程序-Matlab bilinear used to prepare a method of shrinking the image to enlarge a small program
Update : 2025-02-19 Size : 1kb Publisher : 呵呵

DL : 0
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.
Update : 2025-02-19 Size : 1kb Publisher : 贺鼎宏

DL : 0
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
Update : 2025-02-19 Size : 14kb Publisher : 茂茂

DL : 0
用matlab实现单双枝节阻抗匹配,并用smith圆图匹配演示过程-Using matlab to achieve single-and double-side impedance matching, and demonstrate smith circle graph matching process
Update : 2025-02-19 Size : 42kb Publisher : 张飞

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
Update : 2025-02-19 Size : 1kb Publisher : 张文静

DL : 0
本程序是专门用来计算二重积分,可是需要工具箱的支撑-Calculation of double integrals
Update : 2025-02-19 Size : 1kb Publisher : 浮沉
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.