how to use input to enter 5 numbers?

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

Asked:

on 3 Feb 2019

Answered:

on 3 Feb 2019

Community Treasure Hunt

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

Start Hunting!