How to run a live task from the command line
Afficher commentaires plus anciens
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".
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Migrate GUIDE Apps dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!