We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
構造全般

構造全般

2Dテーブルの内容を配列にコピーする方法を教えてください。

Tagged:

    • FAQFAQ
      Participant

      次のコマンド記述例を参照してください。 !テーブルを初期化してデータを入力 *dim,force,table,5,,,time force(1)= 0,560,560,238.5,0 force(1,0)= 1E-6,.8,7.2,8.5,9.3 !テーブルの内容のコピー先配列を初期化 *dim,b,array,5,1 !*mfunコマンドを使用して、力のテーブルの列1から配列bに値をコピー *mfun,b(1),copy,force(1) !力(1,0)を参照して、テーブルの時刻値をコピーすることも可能