Error using load Try adding "MeasData_LO3_1842" to the static workspace. (APP designer)
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Bosheng Chen
le 30 Mai 2019
Réponse apportée : Walter Roberson
le 30 Mai 2019
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

Then I get the data in the app like this

Does anyone know how should I revise it or how should I use LOAD correctly.
Réponse acceptée
Walter Roberson
le 30 Mai 2019
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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!