How to use variable present in workspace in GUI
Afficher commentaires plus anciens
Dear Sir I have created a NN program and i want to use this program in a GUI mfile. it creates a network, but the GUI does not use this.It does does the recognize the net, it says unknown parameter..."net"
Réponses (2)
Kaustubha Govind
le 14 Déc 2011
Perhaps you could try running this line to get the variable from the base workspace to the function workspace:
net = evalin('base', 'net');
Sean de Wolski
le 14 Déc 2011
Another way - setappdata/getappdata
doc setappdata
doc getappdata
Catégories
En savoir plus sur Get Started with MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!