代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/163340/10165664
plot plotdelay.plot
set term png medium #000000
set output "eaqos-delay.png"
set ylabel "Query latencies(ms)"
set xlabel "Pause time(s)"
set size 0.7,0.7
set xrang [0:410]
set yrang [0:800]
set key top box
set title "
www.eeworm.com/read/358694/10181564
m plot.m
%二维图(一元函数图)
%用法 plot(x,y,s) 其中x,y为向量,每一对分量代表一个数据点。
% s为表示颜色、连线和标记选择的字符串
%图形的线型,标记,颜色均可设定,常用有
% 颜色 | 线型 标记
% --------------------- -
www.eeworm.com/read/353896/10406621
m plot.m
%二维图(一元函数图)
%用法 plot(x,y,s) 其中x,y为向量,每一对分量代表一个数据点。
% s为表示颜色、连线和标记选择的字符串
%图形的线型,标记,颜色均可设定,常用有
% 颜色 | 线型 标记
% --------------------- -
www.eeworm.com/read/161453/10410045
exe plot.exe
www.eeworm.com/read/353873/10410787
m plot.m
function plot(chr,varargin)
% PLOT - plots the generations.
% plot(chr,arch) plots the best member in each generation as well as
% the average value of the population. The argument chr shoul
www.eeworm.com/read/160517/10522678