代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/423536/10553200
m ip_07_09.m
% MATLAB script for Illustrative Problem 9, Chapter 7
echo on
num=[0.01 1];
den=[1 1.01 1];
[a,b,c,d]=tf2ss(num,den);
dt=0.01;
u=ones(1,2000);
x=zeros(2,2001);
for i=1:2000
x(:,i+1)=x(:,i)+
www.eeworm.com/read/423311/10570743
frm vbex7_14.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "VB Link to MATLAB"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 5115
Link
www.eeworm.com/read/160102/10571628
m geoandleo.m
function varargout = GEOAndLEO(varargin)
% GEOANDLEO M-file for GEOAndLEO.fig
% GEOANDLEO, by itself, creates a new GEOANDLEO or raises the existing
% singleton*.
%
% H = GEOANDLEO
www.eeworm.com/read/159921/10587830
txt readme.txt
% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac
% (c) Czech Technical University Prague, http://cmp.felk.cvut.cz
% Written Vojtech Franc (diploma thesis) 26.02.2000
% Modifi
www.eeworm.com/read/159906/10591398
m 3-3.m
h=figure;
f = uimenu(h,'Label','MATLAB工作间');
uimenu(f,'Label','新窗口','Callback','figure');
uimenu(f,'Label','保存','Callback','save');
h1=uimenu(f,'Label','清除');
uimenu(h1,'Label','清楚变量','callback',
www.eeworm.com/read/351758/10611802
asv readme.asv
% For first time users, please run test_MC.m
%
% To run Monte Carlo simulation, only the main function need to be called.
% But if you are not familiar with the data struction of the inputs for MC
www.eeworm.com/read/351732/10614649
m pathdef.m
function p = pathdef
%PATHDEF Search path defaults.
% PATHDEF returns a string that can be used as input to MATLABPATH
% in order to set the path.
% Copyright 1984-2000 The MathWorks,
www.eeworm.com/read/159596/10637571
txt readme.txt
免费天地的计算机书籍配套磁盘服务
================================
本文件是从“免费天地”站点下载的。
(http://www.nease.net/~free)
---------------------------------------------------
与本磁盘配套的书籍的所有权益归原书作者和出版商所有。
我们提供配套磁盘只是为了
www.eeworm.com/read/422279/10650334
plg myfun.plg
Build Log
--------------------Configuration: MYFUN - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\VIEWSO~
www.eeworm.com/read/159418/10651101
h f4000_15o.h
/*
* Filter Design and Analysis Tool - Generated Filter Coefficients - C Source
* Generated by MATLAB - Signal Processing Toolbox
*/
/* General type conversion for MATLAB generated C-code */