필터 지우기
필터 지우기

Pass data between GUIs without eval function

조회 수: 1 (최근 30일)
Jonathan Fernandez
Jonathan Fernandez 2020년 6월 13일
편집: Stephen23 2020년 6월 15일
Hi all,
I've got a few GUIs working together, which should share information.
One of the GUIs has around 40 variables created, which must be used in other scripts/GUIs for data processing (Struct creation). I know is not good to use eval or global, however I don't really want to call a function with 40 inputs and 10-20 outputs 'cause I think it's ugly...
I know I could send and receive the variablels from the workspace by using Assignin(...), but is there any other easy/optimum way to do it??
Thank you!
  댓글 수: 5
Rik
Rik 2020년 6월 15일
For general advice and examples for how to create a GUI (and avoid using GUIDE), have look at this thread.
Jonathan Fernandez
Jonathan Fernandez 2020년 6월 15일
Thank you Rik, that's very useful!!

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by