How do i store data with a command in matlab?
Show older comments
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.
Accepted Answer
More Answers (1)
Walter Roberson
on 29 Sep 2015
counts(roll) = counts(roll) + 1
Categories
Find more on Loops and Conditional Statements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!