フィルターのクリア

Error using load Try adding "MeasData_LO3_1842" to the static workspace. (APP designer)

1 回表示 (過去 30 日間)
Error using load Try adding "MeasData_LO3_1842" to the static workspace. But I already have my data in the matlab workspace
This is how I shared the data
屏幕快照 2019-05-29 下午11.08.03.png
Then I get the data in the app like this
屏幕快照 2019-05-29 下午11.08.09.png
Does anyone know how should I revise it or how should I use LOAD correctly.

採用された回答

Walter Roberson
Walter Roberson 2019 年 5 月 30 日
MeasData_LO3_1842 = load('MeasData_LO3_1842.mat');
But why are you doing that load when you already have done the load and stored it in the var property of whatever object you are constructing?

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by