Explanation of "The BIT input is out of range for the datatype specified"
조회 수: 6 (최근 30일)
이전 댓글 표시
I have the following simulink error:
An error occurred while running the simulation and the simulation was terminated Caused by:
The BIT input is out of range for the datatype specified
Can anyone explain what it means? Searching doesn't bring anything up...
My guess is that I am trying to set a fixed point number outside its range, though I cannot see where this is happening in my project.
Many thanks,
댓글 수: 0
답변 (1개)
Don Zheng
2017년 6월 9일
This is a very generic error indicating that the data is out of the specified range. Can you try reducing the model and identify which part of it is causing this error? Are you using GPU parallel computing?
댓글 수: 0
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!