代码搜索:plot

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

代码结果 10,000
www.eeworm.com/read/161301/10427649

m invinit1.m

% ------------------------------> INVINIT1.M
www.eeworm.com/read/161301/10427665

m npcinit.m

% -------------------------------> NPCINIT.M
www.eeworm.com/read/161301/10427964

m invinit1.m

% ------------------------------> INVINIT1.M
www.eeworm.com/read/161301/10427971

m lintest.m

% PROGRAM FOR DEMONTRATING CONTROL BASED ON INSTANTANEOUS LINEARIZATION % % Programmed by Magnus Norgaard, IAU/IMM, Technical Univ. of Denmark % LastEditDate: Feb. 20, 1996 close all StopDemo=0;
www.eeworm.com/read/161301/10427983

m npcinit.m

% -------------------------------> NPCINIT.M
www.eeworm.com/read/353594/10436628

m gene.m

clear; clc; fid=fopen('gene.txt'); [yi,count]=fread(fid,Inf,'char'), y=char(yi'); fclose(fid); %将基因序列变为四个数值序列 n=1; for m=1:count if isletter(y(m))==1 upper(y(m)); if st
www.eeworm.com/read/279421/10439145

m holder.m

function h=holder(tfr,f,n1,n2,t,pl) %HOLDER Estimate the Holder exponent through an affine TFR. % H=HOLDER(TFR,F,N1,N2,T) estimates the Holder exponent of a % function through an affine time-frequenc
www.eeworm.com/read/161189/10439850

m qqplot.m

% % qqplot(data) % % Produces a QQ plot of the data. % function f=qqplot(data) m=mean(data); s=std(data); n=length(data); x=sort(data); q=zeros(n,1); xqm=zeros(n,1); for i=1:length(x) q(i)=(i-0.5
www.eeworm.com/read/161189/10439922

m examp.m

clear; rand('state',0); randn('state',0); % % The code that generated the data. % %beta0 = 10; %beta1 = 100; %beta2 = 9.8; %for t=1:40 %x(t,1)=t; %sigma(t,1)=8; %y(t,1)=beta0+beta1*t-(1/2*beta2)*t^2+
www.eeworm.com/read/161189/10440066

m examp.m

% % This script generates the G matrix, mtrue, dtrue, and noisy d for the % source history example. % clear rand('state',0); randn('state',0); % set up input for domre.m params=[1.0, 1.0]; % [v,