Export a Structure Variable from GUI to WorkSpace

Hello
I created a structure variable in GUI, I need to export to workspace, is it possibel to do
Can some body help me
Thanks in advance!

 채택된 답변

srinivasa poram
srinivasa poram 2012년 7월 6일

0 개 추천

You can use 'evalin' to export a variable from GUI to workspace. Search help evalin in the command prompt you can get more info on 'evalin'

댓글 수: 1

Yes, I tried to use 'evalin' AS
evalin('base','Laminate_data')
here Laminate_data is structure with various fields in current work space, i have the following errors
??? Error using ==> evalin
Undefined function or variable 'Laminate_data'.
Error in ==> Laminator_ProV>LamDetailstToWorkSpace at 1398
evalin('base','Laminate_data')
??? Error while evaluating uimenu Callback
pls help, thanks in advance.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Structures에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by