How to run a live task from the command line
Mostrar comentarios más antiguos
I have created my own LiveTask (a simple UI for file and folder selection plus manipulation) for others to use in a livescript but I want to use it personally as an object that I call from a regular M-file.
I can call it directly and it fires up and all the interaction works etc and I can call the generateCode() method but how can I get the calculated values into my workspace?
Technically, I could probably put a call to "assignin" within my task or fiddle with some "eval" calls to process the generated code but I would like to try and keep my code clean and more "Matlab".
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Migrate GUIDE Apps 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!