convert maple code to matlab
古いコメントを表示
how to write this maple code in matlab ?
DV[k] := StandardDeviation(<seq(CCR[k, j], j = 1 .. 109)>)
回答 (1 件)
Walter Roberson
2020 年 6 月 21 日
DV(k) = std(CCR(k, 1:109))
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!