필터 지우기
필터 지우기

How to open a dialogue when clicking on a push button in gui?

조회 수: 2 (최근 30일)
Jihad Chamseddine
Jihad Chamseddine 2014년 7월 4일
답변: Geoff Hayes 2014년 7월 4일
I want to know if I click on a push button how to open a dialogue that will ask the user to enter some values (numbers)knowing that i will be able to enter the inputs that I want to in order to enter the numbers the user want. for example when i click the push button, I want a dialogue to open for example a list of three input options ( velocity , distance and mass for example) and ask to enter a number for each one and make a certain calculation if necessary.
hope you can help me because I really need it

답변 (1개)

Geoff Hayes
Geoff Hayes 2014년 7월 4일
In the callback function for your button, you can make use of the inputdlg function to display a dialog that will query the user for a number of inputs. See http://www.mathworks.com/help/matlab/ref/inputdlg.html for examples of dialogs with 1 or more inputs.

카테고리

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