Deployed App from App Designer cannot call function
Show older comments
Hi,
I have developed an App in the App Designer that reads an input text file and creates an ode file for simulation with ode45. The parsing of the text input file works fine, but once the m-file that contains the model has been created, the standalone app designer cannot find it (I guess because it was not there when the App was compiled).
Is there a way to facilitate this, i.e. to call a function that was created on-the-fly? For clarity: The compiled standalone App runs fine up to the point where the m-file with the model needs to be integrated. At that point it crashes, saying that it cannot find the m-file.
From within Matlab my App runs fine, by the way. It's just that I would like to share this with users who do not have matlab installed on their machine.
Thanks a lot for your help!
Hans
Accepted Answer
More Answers (0)
Categories
Find more on Programming in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!