How to run a live task from the command line
Show older comments
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".
Accepted Answer
More Answers (0)
Categories
Find more on Migrate GUIDE Apps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!