In Simbiology, Is there a way to set a slider with an integer scaling?

조회 수: 1 (최근 30일)
Hassan Hijazi
Hassan Hijazi 2020년 5월 21일
편집: Hassan Hijazi 2020년 5월 22일
When you are simulating, you have the option to vary the quantity of either species or of the rate that you already set by dragging it from the Browser section to the Explorer section. The slider automatically appears, you can edit the max and min of the scale but not its units. I want it to increase by a whole numbers and exclude decimals i.e only integers.

답변 (1개)

Arthur Goldsipe
Arthur Goldsipe 2020년 5월 21일
It is not currently possible to constrain the value of a slider to an integer. It's a great suggestion for a future enhancement, and I'll make sure it gets added to our database of enhancement requests.
In the meantime, I have an idea for a workaround that would allow you to use sliders while still constraining a parameter value to an integer. Let's say that the parameter you want to modify is named kInteger. You can add a new parameter (let's assume it's named kContinuous) that you control by your slider. But then you also add an initial assignment rule kInteger = round(kContinuous) to round the selected value to an integer.

커뮤니티

더 많은 답변 보기:  SimBiology Community

카테고리

Help CenterFile Exchange에서 Scan Parameter Ranges에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by