Can I access function from a mlapp?
Show older comments
I have a nice function inside of MyMlapp.mlapp I just wonder if I can somehow call that function or if I have to go in and copy the code and place it in an "normal" function (or script).
I was thinking something similar to:
Result = MyMlapp.TheFunctionIWantToCall(variable);
Answers (0)
Categories
Find more on MATLAB 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!