How to use variable present in workspace in GUI

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"

답변 (2개)

Kaustubha Govind
Kaustubha Govind 2011년 12월 14일

0 개 추천

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
Sean de Wolski 2011년 12월 14일

0 개 추천

Another way - setappdata/getappdata
doc setappdata
doc getappdata

카테고리

도움말 센터File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

질문:

2011년 12월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by