MATLAB: How to export app data in the workspace

appdesignerexport

Hi, I created an App using app designer but the calculated variables do not appear in the workspace. Is it possible to export the data into the workspace so that another user may customize an analysis from the calculated data? I have tried using public properties but it is still not possible to call the data into the workspace.

Best Answer

There are multiple options. You can use one of the following
  • assignin
  • export2wsdlg.
  • save it in a mat file.
Please look at the following answer thread: