필터 지우기
필터 지우기

I want to create a chain of inputdlg boxes.how to proceed?

조회 수: 1 (최근 30일)
fahim siddiquei
fahim siddiquei 2013년 8월 25일
eg: on click of 'ok' in 1 inpudlg box 2nd should appear.

답변 (1개)

Vishal Rane
Vishal Rane 2013년 8월 28일
You will have to create your own version of the inputdlg box and set its callback to call another one. The matlab inputdlg waits for the user input, so I don't see a way to modify its 'Ok' button callback.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by