plot point(one column)
摘要:
Matlab:A=importdata('top2000_result_ttl_unhit.txt');[m,n]=size(A);x=linspace(1,m,m);y=A(x);plot(x,y,'.');Gnuplot:plot 'top2000_result_ttl_hit.txt' 阅读全文
posted @ 2013-02-07 16:08 ghostli123 阅读(295) 评论(0) 推荐(0)