How to read data from .m file in GUI?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
RJS
am 20 Nov. 2021
Beantwortet: Cris LaPierre
am 20 Nov. 2021
My GUI would contain one drop-down menu to select the data files. But I don't know how to extract data from m file to GUI
can u help me.
2 Kommentare
Rik
am 20 Nov. 2021
Extracting data from an m file is fairly difficult. M files contain code that could create variables when it is run. Are you sure you don't mean mat files?
Akzeptierte Antwort
Cris LaPierre
am 20 Nov. 2021
You would have to run the script from the gui. Then the variables it creates would exist in the corresponding callback function workspace.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Import and Analysis 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!