convert maple code to matlab
Mostra commenti meno recenti
how to write this maple code in matlab ?
DV[k] := StandardDeviation(<seq(CCR[k, j], j = 1 .. 109)>)
Risposte (1)
Walter Roberson
il 21 Giu 2020
DV(k) = std(CCR(k, 1:109))
Categorie
Scopri di più su MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!