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
Walter Roberson 2020 年 6 月 21 日

0 投票

DV(k) = std(CCR(k, 1:109))

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

タグ

質問済み:

2020 年 6 月 21 日

回答済み:

2020 年 6 月 21 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by