代码搜索:plot

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

代码结果 10,000
www.eeworm.com/read/442265/7656154

m hop4.m

%例5.4, hop4.m % clear T=[1 -1;-1 1]; net=newhop(T); %创建Hopfield网络 w=net.lw{1,1},b=net.b{1} %输出权值和偏差 plot(T(1,:),T(2,:),'r*') %作目标节点图 P=[-1 -0.
www.eeworm.com/read/442234/7656685

m ex219.m

%******************************************************** %程序:EX219.M %功能:叠加绘图函数hold使用实例 %******************************************************** x=-5:5; %定义x坐标轴范围 y1=randn
www.eeworm.com/read/441886/7663233

m exa030203.m

%---------------------------------------------------------------------------- % exa030203, for example 3.2.5 % to explain how to do DTFT %-----------------------------------------------------------
www.eeworm.com/read/441886/7663251

m exa031101_conv.m

%---------------------------------------------------------------------------- % exa031101_conv.m, for example 3.11.1 % % 不使用“fftfilt"文件,自己编程实现一个长序列和一个短序列的卷积。 %------------------------------------
www.eeworm.com/read/441886/7663255

m exa030202.m

%---------------------------------------------------------------------------- % exa030202, for example 3.2.2 and fig 3.2.4 % to explain how to unwrap the phase %------------------------------------
www.eeworm.com/read/441884/7663267

m exa030202.m

%---------------------------------------------------------------------------- % exa030202, for example 3.2.2 and fig 3.2.4 % to explain how to unwrap the phase %------------------------------------
www.eeworm.com/read/441883/7663273

m exa020502.m

%------------------------------------------------------------------------- % exa020502.m, for example 2.5.2 and fig 2.5.6, %------------------------------------------------------------------------
www.eeworm.com/read/441880/7663295

m exa020502.m

%------------------------------------------------------------------------- % exa020502.m, for example 2.5.2 and fig 2.5.6, %------------------------------------------------------------------------
www.eeworm.com/read/441818/7664457

m zad1.m

clear all; clc; clf; i=1; for N=10:10:1000 for K=1:1000 y = rand(1,N); X(K) = 1/N*sum(y); end X2p(i) = 1/K * sum(X); Si(i)=1/(K-1)*sum((X-X2p(i)).
www.eeworm.com/read/441764/7665671

m cronig.m

clear all; clc; global P; global Rg; global a; global abg; P = 13.1; Rg = 5.76; % meV a = 10; % nm abg = 9.97; % nm N = 2000; x = [-pi : 2*pi/(N-1) : pi]; y = [0.001 : (5*pi - 0.001)/(N-1) :