Passing Data between two Apps
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hidd_1
am 5 Mai 2022
Bearbeitet: Hidd_1
am 10 Mai 2022
I have created two apps (App1, and statitics), and I would like to pass the following data from the first one into the second one when the user click of a button.

The call back function to call the second app looks like this:

I don't know how should I fix the code, so that when I click on the statistics button I get the second app loaded with the needed data.
I've already read the follwoing page, but I didn't understand how to fix it:
Thus I would appreciate any valuable input!
0 Kommentare
Akzeptierte Antwort
Cris LaPierre
am 5 Mai 2022
5 Kommentare
Cris LaPierre
am 10 Mai 2022
It looks like you are not following the instructions I linked to. Perhaps open the example files and inspect the two apps. You can do so by running this command:
openExample('matlab/AppsThatShareDataExample','supportingFile','DialogAppExample');appdesigner('MainAppExample');
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!