[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

タグ

matlabに関するsiriusjackのブックマーク (2)

  • MATLABクローンのフリーウエアScilabを使おう!

    とりあえず,適当に変数を作ります. -->a=[1 2 3;4 5 6;7 8 9] a = 1. 2. 3. 4. 5. 6. 7. 8. 9. aという3行3列の行列を作りました. これを,任意の場所にセーブするには多分3通りの方法があります. ・方法1:関数save()を使う方法 バイナリになってしまうので,Scilab以外のソフトウエアでは開けません. ただし方法2・方法3よりセーブもロードも早く,データサイズが小さいです. -->save('C:\temp\data1.sce',a); Cドライブのすぐ下にあるtempというフォルダにdata1.sceという名前で 変数aをセーブしています. 拡張子は,Scilabで扱うデータの場合はsceとするそうです. \はキーボードの¥を押すと出ます. ・方法2:関数fprintfMat()を使う方法 スペース区切りのテキストデータになるの

    MATLABクローンのフリーウエアScilabを使おう!
  • Introduction

    OPENMODELICA is an open-source Modelica-based1 modeling and simulation environment intended for industrial and academic usage. Its long-term development is supported by a non-profit organization – the Open Source Modelica Consortium (OSMC). An overview journal paper is available and slides about Modelica and OpenModelica. The goal with the OpenModelica effort is to create a comprehensive Open Sour

    siriusjack
    siriusjack 2012/05/09
    matlab代替ソフト
  • 1