代码搜索:Plot

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

代码结果 10,000
www.eeworm.com/read/246213/12748485

htm plot4.htm

www.eeworm.com/read/246213/12748740

htm plot5.htm

www.eeworm.com/read/245941/12771067

m plot_process.m

function plot_process(mu, plot_on) %Plot the mu's during an algorithm's execution %Inputs: % mu - The location of points % plot_on - 1-Plot centers, 2-Plot Voronoi centers, 3-Both % % No o
www.eeworm.com/read/245941/12771133

m plot_scatter.m

function plot_scatter(plot_patterns, plot_targets, fig, color) % Make a scatter plot of the data % Inputs: % plot_patterns - Data patterns % plot_targets - Data targets % fig - Optional figu
www.eeworm.com/read/245849/12777510

m s_plot.m

function s_plot(seismic) % "Quick-look" plot of seismic data. Color plot if there are more than % S4M.ntr_wiggle2color (usually 101) traces; otherwise wiggle trace plot. % Seismic traces are individu
www.eeworm.com/read/245849/12777613

m l_plot.m

function aux=l_plot(wlog,varargin) % Function plots log curves; a curve's properties can be changed by % right-clicking on the curve and choosing new curve parameters from the % pop-up menu. % % Wri
www.eeworm.com/read/245849/12777765

m plot_box.m

function handle=plot_box(loc,color,linewidth) % Function plots a rectangular box % % handle=plot_box(loc,color,linewidth) % INPUT % loc vector with elements xa xe ya ye % so the
www.eeworm.com/read/245836/12778466

csh seis_plot.csh

#!/bin/csh set comps = (x y z) foreach comp ($comps) set name = U${comp}_sem2d if (-e $name.dat) then echo $name post_seis.exe tmp 2 $comp 5 $name 3 2.0 1 END gv $name.ps &
www.eeworm.com/read/245836/12778471

m plot_seis.m

% PLOT_SEIS % % plot_seis(x,t,v) % plot_seis(x,dt,v) % % INPUT x(nx) linear position of receivers % t(nt) time % dt timestep % v(nt,nx) seismograms % function plot_seis(x,t,v) [NT,NX] = size(v
www.eeworm.com/read/245836/12778560

m plot_test.m

% run first analyze_test.m fac = 100; % factor to scale the difference subplot(221) plot(t,ux(:,1),t,uxa(:,1), t,(ux(:,1)-uxa(:,1))*fac,'--') title('component X receiver 1') legend('SEM2DPACK','EX2D