request user for input
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
hi!
dont know why I am getting error here, shouldnt i think, its quite a simple syntax:
svar=input('answer yes:y or no:n. ', 's');
Index exceeds matrix dimensions.
3 Kommentare
Muazma Ali
am 13 Dez. 2017
KL
am 14 Dez. 2017
No, it's not. Complete error message means all of the red text.
Antworten (1)
Walter Roberson
am 14 Dez. 2017
0 Stimmen
You have accidentally created a variable named input so when you think you are calling the function index you are actually trying to access the variable.
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!