필터 지우기
필터 지우기

I have a query with regards to matlab app designer

조회 수: 1 (최근 30일)
Supreeth D K
Supreeth D K 2023년 6월 4일
답변: Image Analyst 2023년 6월 4일
I need to create a MATLAB app where, upon clicking a button in the initial procedure window, it will navigate to a second window where I can input data. How can I create the second window in MATLAB?

답변 (1개)

Image Analyst
Image Analyst 2023년 6월 4일
Make a second GUI where you collect your input. Have it return the values separately, or all together as fields of a structure. Then call that app and accept the returned values. So in app1, call app2:
values = app2(anyInputs, that, you, want, to, send, it);

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by