码迷,mamicode.com
首页 > 其他好文 > 详细

Scilab : 数据可视化

时间:2015-01-02 23:46:05      阅读:229      评论:0      收藏:0      [点我收藏+]

标签:scilab   数据可视化   

主要用 grayplot

福彩双色球开奖数据可视化: 

http://www.gdfc.org.cn/datas/history/twocolorball/history_1.html

001,03,09,15,20,27,29,01
002,04,21,23,31,32,33,04
003,06,10,11,28,30,33,12

...

cp.sce

m=152;n=8;
G= read('D:/scilab-5.3.3/exercise/cp2014.txt',m,n);
grayplot(1:m,1:n,G);

快乐十分钟开奖数据可视化: 

http://www.gdfc.org.cn/datas/history/keno/history_1.html 

01 06 18 15 02 07 12 16 05
02 08 13 19 10 03 17 01 12
03 14 13 02 08 03 07 04 15

...

keno.sce

m=84;n=9;
G= read('D:/scilab-5.3.3/exercise/kn10.txt',m,n);
grayplot(1:m,1:n,G);


Scilab : 数据可视化

标签:scilab   数据可视化   

原文地址:http://blog.csdn.net/belldeep/article/details/42346931

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!