Input display in an array form ?

1 view (last 30 days)
Vishula Gamaetige
Vishula Gamaetige on 14 Apr 2015
Commented: James Tursa on 14 Apr 2015
name = input('what is your name: ', 's');
age = input('what is your age: ', 's');
hometown = input('what is your homwtown: ', 's');
favteam = input('what is your favteam: ', 's');
soo far i got this!
  1 Comment
James Tursa
James Tursa on 14 Apr 2015
I don't understand the question. What specifically do you need help doing?

Sign in to comment.

Answers (0)

Categories

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