How to access external helper functions in apps created using App Designer?
Show older comments
I created a simple app using App Designer called 'Appexample' in a folder called 'ExampleFolder' with the following file structure :
ExampleFolder
|
|
------ Appexample.mlapp
------ folder1
|
|
------ helperscript1.m
ExampleFolder2
|
|
---------helperscript2.m
Another folder called 'ExampleFolder2' (external to 'ExampleFolder1') contains a helper function called 'helperscript2.m'
My question is how can I access helper functions, 'helperscript1' and 'helperscript2.m' from the app?
Accepted Answer
More Answers (0)
Categories
Find more on Develop Apps Using App Designer 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!