Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to let a numerical field to be assigned preferrentially by user input?

조회 수: 1 (최근 30일)
Leon
Leon 2019년 12월 16일
마감: MATLAB Answer Bot 2021년 8월 20일
I'm designing a GUI app using App-Designer, and below is what I want for two numerical fields, i.e., the min depth and max depth of a plot.
If a user does not input anything, the values will be automatifcally generated based on the data. The next time when the same button is clicked, it will use either the previously generated min and max values, or the user modified values. I do this so that a user can "zoom in" to a specific depth range for the plots.
Is this possible?

답변 (1개)

Walter Roberson
Walter Roberson 2019년 12월 16일
Just always fetch the current version of the field; if the user hasn't modified the values since the last time then they will be the same as they were. Initialize at appropriate times.

태그

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by