代码搜索:Plot

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

代码结果 10,000
www.eeworm.com/read/421532/10732176

f compare_plot.f

www.eeworm.com/read/421532/10732263

f plot_histogram.f

www.eeworm.com/read/421532/10732504

f plot_utils.f

www.eeworm.com/read/421464/10736158

m make_plot.m

function make_plot(v, w, rp, Nlevs, xlim, ylim, str1, str2) % function make_plot(w, v, rp, Nlevs, xlim, ylim) r0 = 1; r1 = -(rp.a1/(1+rp.a2)); R = [r0 r1; r1 r0]; wo = [-rp.a1; -rp.a2];
www.eeworm.com/read/349916/10781856

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/349916/10781915

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/349916/10783055

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/349916/10783367

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/349842/10796914

m plot_process.m

function plot_process(mu) %Plot the mu's during an algorithm's execution %Inputs: % mu - The location of points % No outputs h = findobj('UserData','mu'); if (~isempty(h)), delete(h
www.eeworm.com/read/349842/10796940

m plot_scatter.m

function plot_scatter(plot_features, plot_targets, fig, color) % Make a scatter plot of the data % Inputs: % plot_features - Data features % plot_targets - Data targets % fig - Optional figu