convert maple code to matlab
Mostrar comentarios más antiguos
how to write this maple code in matlab ?
DV[k] := StandardDeviation(<seq(CCR[k, j], j = 1 .. 109)>)
Respuestas (1)
Walter Roberson
el 21 de Jun. de 2020
DV(k) = std(CCR(k, 1:109))
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!