convert maple code to matlab

9 views (last 30 days)
nazihah misman
nazihah misman on 21 Jun 2020
Answered: Walter Roberson on 21 Jun 2020
how to write this maple code in matlab ?
DV[k] := StandardDeviation(<seq(CCR[k, j], j = 1 .. 109)>)

Answers (1)

Walter Roberson
Walter Roberson on 21 Jun 2020
DV(k) = std(CCR(k, 1:109))

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!