convert maple code to matlab

4 Ansichten (letzte 30 Tage)
nazihah misman
nazihah misman am 21 Jun. 2020
Beantwortet: Walter Roberson am 21 Jun. 2020
how to write this maple code in matlab ?
DV[k] := StandardDeviation(<seq(CCR[k, j], j = 1 .. 109)>)

Antworten (1)

Walter Roberson
Walter Roberson am 21 Jun. 2020
DV(k) = std(CCR(k, 1:109))

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by