Reactions to story from misc
[Octave]gset parametricが使えない!
http://kjunichi.cocolog-nifty.com/ misc/ 2008/ 04/ octavegset_para_89dc.html
gset parametric ^ あれこれ試行錯誤して /Applications/Octave.app/Contents/Resources/share/octave/3.0.0/m/plot をながめて、 plot3を使えば良さげと判明。 まとめ ローレンツアトラクタの表示 function xdot = f (x, t) xdot = zeros (3,1); xdot(1) = -10 * (x(1)-x(2)); xdot(2) = - x(1)*x(3) + 28*x(1)-x(2); xdot(3) = x(1)*x(2)-8*x(3)/3; endfunction x0=[0;1;0] t = linspace(0, 20, 3000); y = lsode("f", x0, t); plot3(y(:,1), y(:,2), y(:,3))
More rising blog posts
-
Entertainment »
Mark Strong Joins 'Sherlock Holmes' -- Russell Crowe Still In? -
Business »
No ChaChing For ChaCha Guides -
Lifestyle »
Polly Guerin Talks About Writing Magazine Articles - Videos About Writing -
Politics »
Banning Books...Amazing that this is still a threat in the 21st Century -
Sports »
Beijing Paralympics on YouTube -
Technology »
Legacy Media Underreports Crowds at McCain/Palin Appearances
More rising news stories
-
Entertainment »
Britney 'Getting Opportunity to Start Over' at VMAs -
Business »
Premier League: Chelsea's Deco has said that Robinho signed for Manchester City 'only for the money' -
Lifestyle »
Venezuela to host Russia navy exercise -
Politics »
Civil servants to vote on strike -
Sports »
Football: Manchester United game 'too soon' for Steven Gerrard's Liverpool return
Recent posts from misc
-
最近のASP.NETのまとめ
16 hours ago -
今週のASP.NET
28 days ago -
ASP.NETな日々 ViewState問題
32 days ago