Can I access function from a mlapp?
1 view (last 30 days)
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);
0 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!