代码搜索:MatLab
找到约 10,000 项符合「MatLab」的源代码
代码结果 10,000
www.eeworm.com/read/211950/15170323
doc matlab28.doc
www.eeworm.com/read/211949/15170324
doc matlab29.doc
www.eeworm.com/read/211787/15173823
pdf matlab_gps.pdf
www.eeworm.com/read/211464/15180069
txt si_matlab.txt
【1】随机序列产生程序
A=6;
x0=1;M=255;
for k=1:100
x2=A*x0;
x1=mod (x2,M);
v1=x1/256;
v(:,k)=v1;
x0=x1;
v0=v1;
end
v2=v
k1=k;
%grapher
k=1:k1;
plot(k,v,k,v,'r');
xlabel('k'), ylabel('v');tit
www.eeworm.com/read/209648/15216126
pdf matlab11.pdf
www.eeworm.com/read/208059/15255174
txt rs-matlab.txt
function [logRS,logERS,V]=RSana(x,n,method,q)
%Syntax: [logRS,logERS,V]=RSana(x,n,method,q)
%____________________________________________
%
% Performs R/S analysis on a time series.
%
% logRS is
www.eeworm.com/read/207629/15266596
m template_matlab.m
clear;
trainfile = 'train.txt';
trainfilelabel = 'trainl.txt';
testfile = 'test.txt';
testfilelabel = 'testl.txt';
% % % % % % % % % % % % % % % % % % % % parameters
transfered = 1;
resul
www.eeworm.com/read/206869/15286587
mat matlab13.mat
www.eeworm.com/read/206587/15293491