convert maple code to matlab
Ältere Kommentare anzeigen
how to write this maple code in matlab ?
DV[k] := StandardDeviation(<seq(CCR[k, j], j = 1 .. 109)>)
Antworten (1)
Walter Roberson
am 21 Jun. 2020
DV(k) = std(CCR(k, 1:109))
Kategorien
Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!