Why i can't request user sting input?
Show older comments
n = input('Enter the number of students');
for i=1:1:n
name(i) = input('What is your name? :','s');
end
Accepted Answer
More Answers (0)
Categories
Find more on Logical 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!