How to import data into guide which uses a function I have created
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Darren Koh
am 13 Mär. 2018
Kommentiert: Darren Koh
am 13 Mär. 2018
Hello is there a way to import excel data into a simple GUIDE i have created? I understand workspace data can only be accessed on a script but not a function, hence is there a way to import data in a gui and then pass the data into a function i have created to use the data? Thanks!
0 Kommentare
Akzeptierte Antwort
KSSV
am 13 Mär. 2018
1. The workspace can be accessed by a function, provided you input the variable name of the data as a input to the function.
2. You can input the name of excel file with path to your gui and then read the file inside the gui function.
3 Kommentare
KSSV
am 13 Mär. 2018
Why this line?
raw.handles=raw;
Excel file is read and data is loaded into variable raW already.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!