필터 지우기
필터 지우기

Horizontal Slider: Data-type-Error defining Minimum and Maximum

조회 수: 1 (최근 30일)
Thomas Scheu
Thomas Scheu 2023년 3월 9일
댓글: Arka 2023년 3월 9일
Hi,
for my actual GUI project I want to use a "Horizontal Slider" to change a variable value during simulation.
Now my problem: when I enter the value for the Minimum and/or the Maximum by defined variables, I get an error saying: "Enter a scalar numeric value for parameter 'Minimum'". The strange thing is that the right value for the variable is shown on the right side of the box, but is not accepted (see Figure).
How can I enter variables by not getting this error? I defined the minimum as "Minimum = 2000;". When I enter the value "2000" directly (not using the defined variable name), it is working.
Can anybody help me with this problem?

답변 (1개)

Arka
Arka 2023년 3월 9일
Hi,
The values for Minimum and Maximum need to be finite, real, double, scalar. They cannot be variables.
To learn more about the Horizontal Slider in Simulink, please refer to the MathWorks documentation link below:
  댓글 수: 2
Thomas Scheu
Thomas Scheu 2023년 3월 9일
Hi Arka,
thank you very much for your answer.
So, does this mean I have to directly enter the values for Min/Max in the Block Parameters?
Arka
Arka 2023년 3월 9일
Yes, that is correct.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Create Large-Scale Model Components에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by