Why i can't request user sting input?
Mostrar comentarios más antiguos
n = input('Enter the number of students');
for i=1:1:n
name(i) = input('What is your name? :','s');
end
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!