Can I access function from a mlapp?

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

Tags

Asked:

on 6 Jul 2016

Edited:

on 6 Jul 2016

Community Treasure Hunt

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

Start Hunting!