代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/350857/10705569
m exa110701_pwelch.m
%-------------------------------------------------------------------------
% exa1100701_pwelch.m, for example 11.7.1 and fig. 11.5.1(d)
% to estimate the PSD of x(n) by Welch average;
%------------
www.eeworm.com/read/350857/10705694
m exa090804_svd.m
%-----------------------------------------------------------------------
% exa090804_svd.m, for example 9.8.4
% to test svd.m;
% 在MATLAB6.1 和 MATLAB5.3下运行该程序,所得到的 U,V矩阵稍有不同,
% 但奇异值是一样的
%---------
www.eeworm.com/read/421516/10733048
txt readme.txt
This CD-ROM contains the MATLAB and SIMULINK files for the
exercises in Chapter 2 and for almost all the projects in
Chapter 3 to 10 of the book:
DYNAMIC SIMULATION OF ELECTRIC MACHINERY by Che
www.eeworm.com/read/276341/10745065
dat bookinfo.dat
[General Information]
书名=数字信号处理教程:MATLAB释义与实现
作者=
页数=358
SS号=0
出版日期=
www.eeworm.com/read/420934/10766988
log hs_err_pid3884.log
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x77f41ed3
Function name=RtlpUnWaitCriticalSection
Library=C
www.eeworm.com/read/349909/10784509
txt readme.txt
免费天地的计算机书籍配套磁盘服务
================================
本文件是从“免费天地”站点下载的。
(http://www.nease.net/~free)
---------------------------------------------------
与本磁盘配套的书籍的所有权益归原书作者和出版商所有。
我们提供配套磁盘只是为了
www.eeworm.com/read/349909/10784737
txt readme.txt
免费天地的计算机书籍配套磁盘服务
================================
本文件是从“免费天地”站点下载的。
(http://www.nease.net/~free)
---------------------------------------------------
与本磁盘配套的书籍的所有权益归原书作者和出版商所有。
我们提供配套磁盘只是为了
www.eeworm.com/read/275728/10799123
m exp2_8.m
echo off % 不显示程序内容
clear
clc
a=4;
b=6
disp('暂停,请按任意键继续') % disp指令可以用来显示字符
pause % 暂停,直到用户按任意键
echo on
% 显示程序内容,注意matlab默认是不显示
c=a+b
% 暂时把控制权交给键盘(在命令窗口中出现k提示符),
% 输入return,回车后退出,继续执行下面的语
www.eeworm.com/read/349622/10813716
xml info.xml
12
Higher-Order Spectral Analysis Toolbox
matlab
$toolbox/matlab/general/matlabicon.gif
www.eeworm.com/read/419990/10824320
makefile
fdtd : fdtd.c prepare.h calc.h parse.h
cc -fast -o fdtd fdtd.c -I/usr/local/matlab/extern/include -L/usr/local/matlab/extern/lib/sol2 -lmx -lm -leng