代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/300562/13905437
txt readme.txt
MATLAB files for
Contemporary Communication Systems with MATLAB
==============================================
John G. P
www.eeworm.com/read/300562/13905585
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/300562/13905668
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
www.eeworm.com/read/237974/13915328
txt readme.txt
Copy all files contained in the folder "aggiungere" in Matlab current
directory and type "fprec" on Matlab command window to start fingerprint processing.
For more informations type "helpwin fprec
www.eeworm.com/read/300086/13936640
m ip_04_04.m
% MATLAB script for Illustrative Problem 4, Chapter 4.
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);
end
www.eeworm.com/read/300086/13936710
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/237677/13938887
m verifyinstalled.m
function verifyInstalled
%VERIFYINSTALLED Checks for installed products
% VERIFYINSTALLED checks to ensure required products are installed.
% Required products incldue:
% MATLAB
% Simulink
%
www.eeworm.com/read/134897/13970829
hlp tools.hlp
-----------------------------------------------------------------
FDC 1.2 contains some analytical tools for the evaluation of
aircraft stability and control, which have been implemented in
Matlab
www.eeworm.com/read/134656/13977981
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-2000 The MathWorks, Inc.
*/
/*
www.eeworm.com/read/134656/13978155
m pathdefrt.m
function p = pathdefrt
%PATHDEFRT Search path defaults for the MATLAB Runtime Server.
% PATHDEFRT is called by MATLABRT to set the MATLAB path.
% This function should be located together with M