convert maple code to matlab
Show older comments
how to write this maple code in matlab ?
DV[k] := StandardDeviation(<seq(CCR[k, j], j = 1 .. 109)>)
Answers (1)
Walter Roberson
on 21 Jun 2020
DV(k) = std(CCR(k, 1:109))
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!