代码搜索:plot

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

代码结果 10,000
www.eeworm.com/read/244284/12875062

plot-line menu.plot-line

.............. LINE MENU ....................... ...... Change these parameters if necessary:.... 1. Starting point (Angstroms): ( 0.00000, 0.00000, 0.00000) Starting point (fractio
www.eeworm.com/read/244284/12875332

f plot_add.f

www.eeworm.com/read/143419/12878115

m take_plot.m

switch selection case 1 mesh(peaks) case 2 surf(peaks) case 3 clear [x,y,z]=peaks; waterfall(x,y,z); colormap([1 0 0]) case 4
www.eeworm.com/read/244076/12890909

m gp_plot.m

% For generating residual error plots for GP journal paper. % % Need to edit ver_ga ver_ga prob_ga % Which model ? mod_num=2; num_points=length(y_v); figure(1) hold off clg subplo
www.eeworm.com/read/244076/12890951

m opt_plot.m

% opt_plot : For generating a plot of optimum T1,T2 for % varying values of CAF1 (for 2 CSTR) clear all T10=341; T20=341; options=foptions; %options(1)=1; %options(14)= dQ
www.eeworm.com/read/244076/12892171

m gp_plot.m

% For generating residual error plots for GP journal paper. % % Need to edit ver_ga ver_ga prob_ga % Which model ? mod_num=2; num_points=length(y_v); figure(1) hold off clg subplo
www.eeworm.com/read/244076/12892338

m opt_plot.m

% opt_plot : For generating a plot of optimum T1,T2 for % varying values of CAF1 (for 2 CSTR) clear all T10=341; T20=341; options=foptions; %options(1)=1; %options(14)= dQ
www.eeworm.com/read/243505/12936856

m pf_plot.m

function h = pf_plot(pf, flag) % plot the particles z = [pf.x.s]'; if nargin == 1, flag = 0; end exists = findobj('Name', pf.name); usefig(pf.name); if isempty(exists) & ~
www.eeworm.com/read/329331/12960713

m plot3.m

%空间曲线图 % PLOT3(x,y,z,s)其中x,y,z为向量,每一组分量代表一个数据点。 % s为表示颜色、连线和标记选择的字符串 %例如 曲线x=exp(-0.2*z)*cos(0.5*pi*z),y=exp(-0.2*z)*sin(0.5*pi*z), 0
www.eeworm.com/read/142092/12963292

m plot4.m

function nt= plot4(t,c,i) % The function PLOT4 plots 4 subplots starting from the I-th component % of the data c(n,k), where n is the number of data points and % k is the number of IMF componen