How can I use data from a .m file and use it in the appdesigner?

2 views (last 30 days)
Some background: I have several files that all do different things but are connected with each other. They are either the testing code, a class or a subclass. In one of my files it essentially recieves all of the data from the testing code. I want all of the data from the data_retriver subclass to go into the app. However, I am stuck on how to take all of the data from the data_retriver subclass and essentially import it into the app designer. So how would one import data from a subclass into the app? Thank you for your help!
  8 Comments
Rik
Rik on 8 Sep 2020
Why did you put it in the properties section? You probably do need to create a property, but I expect you need to put the function call in the startup function. And I meant what exact code you are using.
Nicholas Carreon
Nicholas Carreon on 8 Sep 2020
YES! THAT IS EXACTLY IT! okay yeah it is working now! Thank you so much!!!!!

Sign in to comment.

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!