Import additional code/functionality into running executable
Show older comments
If I have an executable running with some standard functionality, and I want to implement some additional functionality on a case by case basis, without directly adding it into the existing code, would that be possible?
Say I had a GUI/executable, I was envisioning a button in the main GUI to load an "add-on" function. I guess I could have the main GUI call an add-on GUI (and associated code), and worry about passing information between them, however that might not be the most elegant way.
I was also thinking of implementing a sort of tabbed structure with buttons and uipanels, and having the main functionality on the first panel, then trying to load the add-on, if required, into a second uipanel, however, I don't know if it's possible to load a GUI within a GUI.
Any thoughts on this?
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB 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!