代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/134656/13978167
txt mathworks.txt
Solution Number: 26990
Date Last Modified: 2001-01-30
Product: MATLAB 6.0 ==> Current Version
Platform: Windows
Problem Description
Why do I encounter problems when running MATLA
www.eeworm.com/read/237001/13984273
readme
-----------------------------------------------
--- Document for MATLAB interface of LIBSVM ---
-----------------------------------------------
Table of Contents
=================
- Introduction
- In
www.eeworm.com/read/133942/14017117
txt readme.txt
NEFCON for MATLAB/SIMULINK Version 1.0a, 27-01-97
Copyright (C) 1997 Andreas Nuernberger
-------------------------------------------------------------------------------
For licence and term
www.eeworm.com/read/133942/14017237
m startup.m
%STARTUP Script to include NEFCON directories in the matlabpath.
%
% See also NEFCON.
disp('NEFCON for MATLAB/SIMULINK 1.0a Copyright (C) 1997 Andreas Nuernberger')
disp('NEFCON for
www.eeworm.com/read/132953/14065167
txt readme.txt
MATLAB files for
Contemporary Communication Systems with MATLAB
==============================================
John G. P
www.eeworm.com/read/132953/14065252
m ip_01_01.m
% MATLAB script for Illustrative Problem 1, Chapter 1.
n=[-20:1:20];
x=abs(sinc(n/2));
stem(n,x);
www.eeworm.com/read/132953/14065299
m ip_04_04.m
% MATLAB script for Illustrative Problem 4, Chapter 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