request user for input
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
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 Commenti
Muazma Ali
il 13 Dic 2017
KL
il 14 Dic 2017
No, it's not. Complete error message means all of the red text.
Risposte (1)
Walter Roberson
il 14 Dic 2017
0 voti
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.
Questa domanda è chiusa.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!