c******n 发帖数: 4965 | 1 【 以下文字转载自 Linux 讨论区 】
【 原文由 creation 所发表 】
input ./graph.mp;
warningcheck :=0;
% read two columns from a file,
% need to specify filename, the target
% path name, and two columns,
% if there's only one column, take 1---size(column)
% as default x ---- well, dont' know how to do it yet now
numeric n_paths; %number of paths I have read so far
numeric n_line; % lines I have already plotted out
string wantgrid;
numeric d[][], count[];
% d is the raw data I have seen,
% p is the paths to be plotted
d |
|