convert maple code to matlab
Afficher commentaires plus anciens
how to write this maple code in matlab ?
DV[k] := StandardDeviation(<seq(CCR[k, j], j = 1 .. 109)>)
Réponses (1)
Walter Roberson
le 21 Juin 2020
DV(k) = std(CCR(k, 1:109))
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!