代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/108859/15573718
m printgui.m
function printgui(figname)
% PRINTGUI Screen Capture Print utility for ADSP TOOLBOX GUIS.
% PRINTGUI (with no arguments) prints to a printer.
% PRINTGUI(fileame) Prints to an eps file called filena
www.eeworm.com/read/105947/15651844
m milne.m
% milne.m 常微分方程初值问题的数值解法的“线性多步法”
% <mark>MATLAB</mark>上提供的“改进的欧拉方法”
function s=milne(fun,x0,xn,y0,n)
% 用线性多步法计算常微分方程初值问题,这里是基于数值积分的Milne公式
% x0和y0分别为初值条件y(x0)=y0中的x0,y0
% xn为x取值区间的最后一个节点的横坐标值,n为把区间分成的等份数
if ...
www.eeworm.com/read/104345/15697767
cpp guihandles.cpp
//
// MATLAB Compiler: 3.0
// Date: Wed Jul 14 12:15:03 2004
// Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
// "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/104345/15697791
cpp isvarname.cpp
//
// MATLAB Compiler: 3.0
// Date: Wed Jul 14 12:15:03 2004
// Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
// "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/101557/15826371
txt readme.txt
为了便于下载,根目录下的 DSP_matlab.zip 是所有文档的压缩文件。 [violence]
====================================================================================
MATLAB files for
www.eeworm.com/read/101557/15826439
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/101557/15826595
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/101557/15827148
htm commhelp.htm
Communications Toolbox Tutorial
Communications Toolbox Tutorial
What Is the Communications Toolbox
The Communications Toolbox is a collection of MATLAB
www.eeworm.com/read/187072/8858709
mk chirp0.mk
# Copyright 1994-2002 The MathWorks, Inc.
#
# File : grt_vc.tmf $Revision: 1.71 $
#
# Abstract:
# Real-Time Workshop template makefile for building a WindowsNT-based
# stand-al