We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
構造全般

構造全般

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)を参照して、テーブルの時刻値をコピーすることも可能