how to use input to enter 5 numbers?

7 views (last 30 days)
ksjdn sdfs
ksjdn sdfs on 3 Feb 2019
Answered: Matt J on 3 Feb 2019
i want to use input for 5 different numbers how can i do that?

Answers (1)

Matt J
Matt J on 3 Feb 2019
Either call input() 5 times, or call it once and pass in a vector of 5 values.

Categories

Find more on Programming 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!