How do u check for the existence of a variable in base workspace from main GUI file?
9 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How do u check for the existence of a variable in base workspace from main GUI file?
0 Commenti
Risposte (1)
the cyclist
il 25 Apr 2013
Modificato: the cyclist
il 25 Apr 2013
I am not very knowledgeable about GUIs, so there is almost certainly a better way, but one way to do this would be with the evalin() function. Specifically, I think you could check for the existence of the variable x with
>> tf = evalin('base','exist(''x'')')
Type
>> doc evalin
for details.
0 Commenti
Vedere anche
Categorie
Scopri di più su Environment and Settings in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!