代码搜索:MatLab
找到约 10,000 项符合「MatLab」的源代码
代码结果 10,000
www.eeworm.com/read/144891/12764370
ppt matlab2.ppt
www.eeworm.com/read/144891/12764371
ppt matlab1.ppt
www.eeworm.com/read/332076/12781381
txt matlab1.txt
1-32是:图形应用篇
33-66是:界面设计篇
67-84是:图形处理篇
85-100是:数值分析篇
实例1:三角函数曲线(1)
function shili01
h0=figure('toolbar','none',...
'position',[198 56 350 300],...
'name','实例01');
h1=axes
www.eeworm.com/read/144514/12786817
m vector_matlab.m
%Matlab向量、矩阵操作
%1 construction of vector and matrix
a=1:5
A=[a;a.^2;a.^3]
save myMatrix -ASCII A
B=load('myMatrix')
C=zeros(4)
D=eye(4)
E=randn(4)
F=diag(a(1:4))
%2 operators of vector
www.eeworm.com/read/245624/12787513
ppt matlab program.ppt
www.eeworm.com/read/330198/12907521
pdf matlab11.pdf
www.eeworm.com/read/243682/12924815
txt matlab5.txt
/L20"Matlab 5" Nocase Line Comment = % Block Comment On = /* Block Comment Off = */ File Extensions = m M MA NB
/Function String = "function"
/Delimiters = !@$^&*(){}-+=|\/{}[]:;"' , .?~
/C1
ass
www.eeworm.com/read/243682/12925795
txt matlab6.txt
/L20"MATLAB 6" Nocase Line Comment = % String Chars = ' File Extensions = m M MA NB
/Function String = "%[ ^t]++function*=[ ^t]++^([a-z0-9_]+^)"
/Function String 1 = "%[ ^t]++function[ ^t]+^([a-z0-9
www.eeworm.com/read/243265/12952142