代码搜索:Matlab仿真
找到约 10,000 项符合「Matlab仿真」的源代码
代码结果 10,000
www.eeworm.com/read/287843/8665307
m ip_01_01.m
% MATLAB script for Illustrative Problem 1, Chapter 1.
clear
n=[-20:1:20];
x=abs(sinc(n/2));
stem(n,x);
www.eeworm.com/read/287843/8665418
m ip_04_04.m
% MATLAB script for Illustrative Problem 4.4.
clear
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/431613/8665619
m ip_04_04.m
% MATLAB script for Illustrative Problem 4.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/431596/8666318
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/287830/8666533
readme
-----------------------------------------------
--- Document for MATLAB interface of LIBSVM ---
-----------------------------------------------
Table of Contents
=================
- Introduction
- In
www.eeworm.com/read/431414/8677826
dat bookinfo.dat
[General Information]
书名=MATLAB扩展编程 含盘
作者=
页数=372
SS号=0
出版日期=
Vss号=74490816
www.eeworm.com/read/431414/8677830
dat bookinfo.dat
[General Information]
书名=MATLAB扩展编程 含盘
作者=
页数=372
SS号=0
出版日期=
Vss号=74490816
www.eeworm.com/read/431414/8678035
dat bookinfo.dat
[General Information]
书名=MATLAB扩展编程 含盘
作者=
页数=372
SS号=0
出版日期=
Vss号=74490816
www.eeworm.com/read/287304/8695706
readme_octave
As of version 1.02 SegyMAT is intended to work with Octave version >2.1.64
If you have an older octave version installed you may need to :
1) change line (app 399) in ReadSegy
from : if (outtrace==1
www.eeworm.com/read/287276/8698838
h fintrf.h
#if defined(WITH_COMMENTS)
/*
* fintrf.h - MATLAB/FORTRAN interface header file. This file
* contains the declaration of the pointer type needed
* by the MATLAB/FORTRAN interface.
*
*