how to use input to enter 5 numbers?
Show older comments
i want to use input for 5 different numbers how can i do that?
Answers (1)
Matt J
on 3 Feb 2019
0 votes
Either call input() 5 times, or call it once and pass in a vector of 5 values.
Categories
Find more on Search Path 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!