Azzera filtri
Azzera filtri

how can use m.file variables to another m.file?

2 visualizzazioni (ultimi 30 giorni)
fatemeh
fatemeh il 20 Dic 2013
Commentato: Walter Roberson il 21 Dic 2013
i have one m.file for gui and another m.file how can use the text field values in another m.file?

Risposte (1)

Image Analyst
Image Analyst il 20 Dic 2013
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 Commenti
fatemeh
fatemeh il 21 Dic 2013
but he dose not say how can i use variables of gui in the m.file!

Accedi per commentare.

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by