how can I define a global variable in app designer?
이전 댓글 표시
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
Stephen23
2020년 8월 16일
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
2020년 8월 17일
Kevin Andres Contreras
2020년 9월 30일
¿Me puedes ayudar?
No me quiere copilar
Matteo Paolucci
2020년 10월 3일
편집: Matteo Paolucci
2020년 10월 3일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 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!
