how can I define a global variable in app designer?
Afficher commentaires plus anciens
I have to built an app that read data in .csv file and then display and process them.
[file,path] = uigetfile;
tab=readtable(fullfile(path,file));
I used this code for import and save the data but I don't know how can I set them as 'Global variables'.
Can someone help me ?
4 commentaires
Stephen23
le 16 Août 2020
Why do you need to do that? Using global variables is not recommended for passing data between workpaces, the recommended methods are explained in the MATLAB documentation:
Matteo Paolucci
le 17 Août 2020
Kevin Andres Contreras
le 30 Sep 2020
¿Me puedes ayudar?
No me quiere copilar
Matteo Paolucci
le 3 Oct 2020
Modifié(e) : Matteo Paolucci
le 3 Oct 2020
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Develop Apps Using App Designer dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
