Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Is it possible to change the parameters of a .m file from a GUI?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I am trying to change a string variable of a .m file from an input from a GUI. Is this possible? Can you manipulate code from a GUI?
1 Commento
Steven Lord
il 5 Lug 2018
Are you trying to change the code inside the script, function, or class file itself? Would making the code a function (if it isn't already) and passing the parameter as an input argument when you call the function sufficient? That would be much easier.
Risposte (1)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!