How can I save data with a prompt ui in Matlab App Designer based app?

1 Ansicht (letzte 30 Tage)
I need to save some data generated by the app. I tried the following code but the program cannot locate these variables:
uisave({'app.dataA', 'app.dataB'});

Antworten (1)

Walter Roberson
Walter Roberson am 14 Jun. 2017
Bearbeitet: Walter Roberson am 14 Jun. 2017
Assign those to local variables and uisave the local variables. app.dataA is not a variable: it is a structure reference or object property reference.

Kategorien

Mehr zu Develop Apps Using App Designer 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!

Translated by