代码搜索:MatLab

找到约 10,000 项符合「MatLab」的源代码

代码结果 10,000
www.eeworm.com/read/362705/9985063

txt 说明.txt

仿真中用的matlab是7.0.4版本,用matlab6.5版本打不开。
www.eeworm.com/read/360770/10078854

m contents.m

% NLIB Matlab Examples Folder
www.eeworm.com/read/359724/10127749

m amp106.m

%matlab program 1-6 z={[],-5;[1-i,1+i],[]}; p={0,[1,1];[1,2,3],[]}; k=[-1,3;2,0]; sys=zpk(z,p,k)
www.eeworm.com/read/163197/10171390

m example5_9.m

%MATLAB PROGRAM example5_9.m % a1=[1 4;-2 -5];b1=[1;0]; c1=[2 1];d1=3; a2=[0 -1;-3 7];b2=[0;1]; c2=[3 4];d2=1; [a,b,c,d]=series(a1,b1,c1,d1,a2,b2,c2,d2)
www.eeworm.com/read/357617/10204825

txt 06-04.txt

>> str=['MATLAB 2006a'] >> str >> disp(str)
www.eeworm.com/read/356643/10223572

txt 说明.txt

这两个代码是提供了在Matlab中如何进行流场的动态模拟.通过这个是提供给想用Matlab作动态模拟的人一个思路
www.eeworm.com/read/417309/10995815

txt 06-04.txt

>> str=['MATLAB 2006a'] >> str >> disp(str)
www.eeworm.com/read/461983/7213384

m program2_2b_3.m

%MATLAB Program2_2b_3 A=[0 1 0;0 0 1;-2 -4 -3]; B=[1 0;0 1;-1 1]; C=[0 1 -1;1 2 1]; D=[0 0;0 0]; step(A,B,C,D) grid
www.eeworm.com/read/460020/7258798

m example5_9.m

%MATLAB PROGRAM example5_9.m % a1=[1 4;-2 -5];b1=[1;0]; c1=[2 1];d1=3; a2=[0 -1;-3 7];b2=[0;1]; c2=[3 4];d2=1; [a,b,c,d]=series(a1,b1,c1,d1,a2,b2,c2,d2)
www.eeworm.com/read/445421/7595618

txt 说明.txt

一个简单的在matlab上实现logistic方程,并花出图像。