代码搜索:MATLAB LMD

找到约 10,000 项符合「MATLAB LMD」的源代码

代码结果 10,000
www.eeworm.com/read/216045/15028798

m ip_04_04.m

% MATLAB script for Illustrative Problem 4.4. clear echo on ; a=[-10,-5,-4,-2,0,1,3,5,10]; for i=1:length(a)-1 y(i)=centroid('normal',a(i),a(i+1),0.001,0,1); echo off ; end
www.eeworm.com/read/114395/15054874

txt readme.txt

The Finite Element Method Using MATLAB, 2nd Edition System requirements: Windows 95, 98, or NT 4.0 Minimum - 640x480 256 color display Recommended - 800x600 16-bit or higher color display 12
www.eeworm.com/read/215615/15056305

dat bookinfo.dat

[General Information] 书名=MATLAB通信仿真及应用实例详解 作者= 页数=415 SS号=0 出版日期=
www.eeworm.com/read/215382/15062764

c simpleeng.c

/*necessory header file*/ #include "engine.h" #include "stdio.h" #include "conio.h" #define BUFFERLEN 256 /*main function*/ void main() { Engine *ep; char cmd[BUFFERLEN]; int i=0
www.eeworm.com/read/214740/15090306

m fil.m

function [out]=fil(in,f); % % Filters the data using a first order filter % % [out]=fil(in,f); % % f is a vector containing the filter constants % % Updated to use MATLAB's built in filter rou
www.eeworm.com/read/214372/15104467

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/214372/15104496

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/213940/15121888

m ip_04_04.m

% MATLAB script for Illustrative Problem 4.4. echo on ; a=[-10,-5,-4,-2,0,1,3,5,10]; for i=1:length(a)-1 y(i)=centroid('normal',a(i),a(i+1),0.001,0,1); echo off ; end y %y是本人加上的
www.eeworm.com/read/213917/15122426

c engwindemo.c

/* * engwindemo.c * * This is a simple program that illustrates how to call the MATLAB * Engine functions from a C program for windows * * Copyright 1984-2003 The MathWorks, Inc. */ /*
www.eeworm.com/read/213502/15133065

txt readme.txt

The Finite Element Method Using MATLAB, 2nd Edition System requirements: Windows 95, 98, or NT 4.0 Minimum - 640x480 256 color display Recommended - 800x600 16-bit or higher color display 12