Toward freedom
Some days ago, I decided to get rid of Matlab because
- It is heavy. It takes at least 3 seconds to start itself and usually the programs are running slowly compared to the programs written in Python.
- It is propritary. Although many people in the control field use Matlab to do simulations, I don't agree with that. Why not use open source software instead? For operations with matrices and transfer functions, I highly recommand Scilab. As for numerical calucations, I think any programming language will perform better than the Mablab programming language.
def gnuplot(d_name):Today, I decided to get rid of IE because it does not conform with the W3C standard. Now my main browser is Firefox.
gnuplot_cmd = "splot '%s' using 1:2\n pause -1\n'" % d_name
fcmd = open("XXX.dem", "w")
fcmd.write(gnuplot_cmd)
fcmd.close()
system("XXX.dem")
世代傳承的意志 時代的變遷
人們的夢 只要人們繼續追求自由的答案
這一切的一切都將永不停止
這世界 沒錯 一個追求自由任憑選擇的世界
就在每個人的眼前無限地延伸
如果我們的夢想可以引導你的方向的話 就去追尋吧
在名為信念的旗幟之下
0 Comments:
Post a Comment
<< Home