How do i store data with a command in matlab?
Ältere Kommentare anzeigen
I need to store data like it shows in this document in part B. How would i do that, is there a specific store values command or not.
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 29 Sep. 2015
counts(roll) = counts(roll) + 1
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!