Where does the getappdata() function save its data?

2 ビュー (過去 30 日間)
Christopher Guzman
Christopher Guzman 2019 年 10 月 18 日
コメント済み: Walter Roberson 2019 年 10 月 18 日
I see it does not show up in the workspace or make a file in the path working directory/current folder

回答 (2 件)

Walter Roberson
Walter Roberson 2019 年 10 月 18 日
getappdata returns its output as regular output, same as a+b returns its output. You would want to store the output or use it in an expression or display it.

Steven Lord
Steven Lord 2019 年 10 月 18 日
Are you asking where (in memory, on disk, etc.) saveappdata stores the data that you retrieve with getappdata, so you can retrieve or manipulate it independently of getappdata? I don't think we document exactly where that data is stored so I recommend using the documented way to access that data, that being getappdata. If you have some use case where getappdata isn't doing what you want or need please describe it and maybe that can turn into an enhancement request for getappdata and/or setappdata.
  1 件のコメント
Walter Roberson
Walter Roberson 2019 年 10 月 18 日
Oh, that. The data is stored in a property named ApplicationData as a struct with field name the same as the property name.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by