How to bypass 'Data type mismatch' error
조회 수: 28 (최근 30일)
이전 댓글 표시
Hello,
In the model, I usaully 'OR' block to connect a constant, which is double (0) with a logical input. It works before until 2013a. It gives me an error like this:
"Data type mismatch. Input port 2 of '...' expects a signal of data type 'boolean'. However, it is driven by a signal of data type 'double'." on 'OR' blocks.
I don't want to change the constant (they are everywhere in my model!). Is there a way to bypass this check?
Thanks!
댓글 수: 1
Kaustubha Govind
2013년 5월 3일
Do you have the "Require all inputs and the output to have the same data type" checkbox selected in the 'Data Type' pane of the OR block's dialog?
답변 (1개)
Bhupal Reddy Perugu
2016년 4월 20일
1) Use Data Type Conversion Blocks at root level inports,and 2) uncheck configuration parameters--> optimization-->Implement logic signals as Boolean data.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!