フィルターのクリア

Export a Structure Variable from GUI to WorkSpace

2 ビュー (過去 30 日間)
Thulasi Durai Durai Samy
Thulasi Durai Durai Samy 2012 年 7 月 6 日
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 日
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 件のコメント
Thulasi Durai Durai Samy
Thulasi Durai Durai Samy 2012 年 7 月 6 日
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 件)

カテゴリ

Help Center および File ExchangeWhos についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by