代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/328346/13033028
plot
set param
splot 'tds1.dat'
splot 'tds2.dat'
splot 'tds3.dat'
splot 'tds4.dat'
splot 'tds5.dat'
splot 'tds6.dat'
splot 'tds7.dat'
splot 'tds8.dat'
splot 'tds9.dat'
splot 'tds10.dat'
splot 't
www.eeworm.com/read/136989/5838801
plot
eval '(exit $?0)' && eval 'exec perl -w -S $0 ${1+"$@"}'
& eval 'exec perl -w -S $0 $argv:q'
if 0;
# plot,v 1.3 1998/10/29 19:56:42 levine Exp
#
# Plots output from summarize.
open (
www.eeworm.com/read/209631/15216228
plot
clf;
subplot(2,1,1);
set(semilogx(f, mag), 'LineWidth', 2);
hold
a = axis;
set(semilogx([fpm fpm], [0 a(3)], 'r--'), 'LineWidth', 2);
if ~isempty(igm)
set(semilogx([fgm fgm], [mag(igm) a(3)], 'r--')
www.eeworm.com/read/338438/3318058
plot
clf;
subplot(2,1,1);
set(semilogx(f, mag), 'LineWidth', 2);
hold
a = axis;
set(semilogx([fpm fpm], [0 a(3)], 'r--'), 'LineWidth', 2);
if ~isempty(igm)
set(semilogx([fgm fgm], [mag(igm) a(3)],
www.eeworm.com/read/292002/8383545