代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/420254/10808438
m test_my_ode.m
function test_my_ode
% 以一步Euler法说明MATLAB/ODEs的实现及封装方法
% $sunshengli@sohu.com $
% $Date: 2005/07/20 $
h = 0.1;
t = 0:0.1:20;
y0 = -4;
% [t,y] = ode45(@odefun,t,y0); % 使用Ma
www.eeworm.com/read/342746/12003965
m test_my_ode.m
function test_my_ode
% 以一步Euler法说明MATLAB/ODEs的实现及封装方法
% $sunshengli@sohu.com $
% $Date: 2005/07/20 $
h = 0.1;
t = 0:0.1:20;
y0 = -4;
% [t,y] = ode45(@odefun,t,y0); % 使用Ma
www.eeworm.com/read/338523/12301347
mk ipa_control.mk
# Copyright 1994-2000 The MathWorks, Inc.
#
# File : grt_vc.tmf $Revision: 1.58 $
#
# Abstract:
# Real-Time Workshop template makefile for building a WindowsNT-based
# stand-al
www.eeworm.com/read/392007/8368130
m contents.m
% The FDC toolbox - 'Beaver' autopilot models
% ===========================================
% The directory APILOT contains Simulink models of the 'Beaver' autopilot.
% The following files are incl
www.eeworm.com/read/392007/8368254
m contents.m
% The FDC toolbox - Help texts for the FDC models and tools.
% ==========================================================
% The directory HELP is used to gather all help texts for the Simulink
% mo
www.eeworm.com/read/392007/8368492
m contents.m
% The FDC toolbox - Model definitions, analytical tools, etc.
% ===========================================================
% The directory TOOLS contains some Matlab routines to load or specify
%
www.eeworm.com/read/192203/8399604
readme
===========================================================
randomForest
An interface to the random forest algorithm (version 3.3) written by Leo Breiman and Adele Cutler. This tool is for windows
www.eeworm.com/read/192030/8410875
m power.m
function Q = power(P,n)
% POWER -- elementwise power for matrix polynomials
%
% Q = P.^n
% Q = power(P,n)
%
% This routine is not meant to be called by the user. It is called by
www.eeworm.com/read/192030/8410945
m uminus.m
function Q = uminus(P)
% UMINUS -- unary minus for matrix polynomials
%
% Q = - P
% Q = uminus(P)
%
% This routine is not meant to be called by the user. It is called by
% Matla
www.eeworm.com/read/391253/8413770
txt readme.txt
README AND QUICK REFERENCE
US FEDERAL STANDARD - 1016 CELP v3.2 FOR MATLAB (FS-1016)
DEVELOPED BY TED PAINTER AND ANDREAS SPANIAS
COPYRIGHT (C) 1994-99 ANDREAS SPANIAS AND TED PAINTER
THE AUTH