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](https://www.mathworks.com/matlabcentral/answers/uploaded_files/221980/%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7%202019-05-29%20%E4%B8%8B%E5%8D%8811.08.03.png)
Then I get the data in the app like this
![屏幕快照 2019-05-29 下午11.08.09.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/221981/%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7%202019-05-29%20%E4%B8%8B%E5%8D%8811.08.09.png)
Does anyone know how should I revise it or how should I use LOAD correctly.
采纳的回答
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!