Use a variable in Request user input prompt.
Mostra commenti meno recenti
I am trying to use the Request User Input command with a changeable message for every iteration. For example:
1 prompt=sprintf('For file %f give the value for x',filename)
2 x = input(prompt)
However filename is a 1x23 char and I don't get the result I get. The code I use, treats filename as a

Any solutions?
2 Commenti
Azzi Abdelmalek
il 9 Lug 2015
What is your problem? What are you expecting as result?
Emmanouil Barmpounakis
il 9 Lug 2015
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Characters and Strings in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!