how can use m.file variables to another m.file?
Ältere Kommentare anzeigen
i have one m.file for gui and another m.file how can use the text field values in another m.file?
Antworten (1)
Image Analyst
am 20 Dez. 2013
0 Stimmen
If they're scripts, then the values will be in the base workspace and any code running in the base workspace can use them. Or you could save the variables to a .mat file and have the later m-file read it in.
2 Kommentare
fatemeh
am 21 Dez. 2013
Walter Roberson
am 21 Dez. 2013
get(handles.NameOfField, 'String')
Kategorien
Mehr zu File Operations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!