代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/407009/11431294
txt~ readme.txt~
Kalman filter toolbox written by Kevin Murphy, 1998.
See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details.
This version was last updated on 18 January 2003.
Installation
------------
www.eeworm.com/read/407009/11431308
txt readme.txt
Kalman filter toolbox written by Kevin Murphy, 1998.
See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details.
Installation
------------
1. Install KPMtools from http://www.ai.mit.edu/~mu
www.eeworm.com/read/406910/11432737
m factorial.m
function p = factorial(n)
%FACTORIAL Factorial function.
% Does the same as the matlab factorial function. This one is added for those
% who do not have it in their matlab installation.
if (le
www.eeworm.com/read/405819/11456153
readme_octave
As of version 1.02 SegyMAT is intended to work with Octave version >2.1.64
If you have an older octave version installed you may need to :
1) change line (app 399) in ReadSegy
from : if (outtra
www.eeworm.com/read/405550/11460643
txt 说明.txt
本例演示了如何用matlab进行图像识别,适合对matlab和图像处理有一定基础的爱好者学习。
将文件放于matlab目录下work文件夹中运行
www.eeworm.com/read/402283/11539683
c sosmac.c
/*
* sos.c - Calculate the sum of the squares of the elements of a vector.
*
* Mastering MATLAB 7 Engine Example 1
*
*/
#include
#include
#include "engine.h"
#define BUFS
www.eeworm.com/read/402283/11539684
c mycalc.c
/*
* mycalc.c - calculates x^2 - x + 1/x for each element of an array.
*
* MATLAB usage: p = mycalc(n)
*
* Mastering MATLAB 7 C MEX Example 2:
* single 2-D real numeric array input,
www.eeworm.com/read/402283/11539733
c writemat.c
/*
* writemat.c - Create a binary MAT file.
*
* Mastering MATLAB 7 C MAT-file Example 1
*
*/
#include "mat.h"
int makemat(const char *filename,
double *data, int m, int n,
www.eeworm.com/read/402283/11539748
c sos.c
/*
* sos.c - Calculate the sum of the squares of the elements of a vector.
*
* Mastering MATLAB 7 Engine Example 1
*
*/
#include
#include
#include "engine.h"
#define BUFS
www.eeworm.com/read/400208/11580622
rc myrandplottest.rc
1 TYPELIB "C:/MATLAB6p5/work/myrandplottest/src\\myrandplottest_idl.tlb"