Can I access function from a mlapp?

2 views (last 30 days)
Micke Malmström
Micke Malmström on 6 Jul 2016
Edited: Micke Malmström on 6 Jul 2016
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)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!