Data Type Propagation block doesn't work with Boolean data type
21 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Data Type Propagation block doesn't work when the reference input is of Boolean data type. In the figure below it is propagating uint8 but the reference is boolean
![data type prop error.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/220890/data%20type%20prop%20error.png)
Another similar error
![data type prop error2.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/220891/data%20type%20prop%20error2.png)
But it works fine with the other data types. Unfortunately, I can't see the mistake here.
0 Kommentare
Antworten (1)
Raghunandan V
am 6 Jun. 2019
Hi, The error says "The 3rd input for Data Type Propogation block has to be uint8 but you are feeding it Boolean"
Please post the image of mask of Data Type Propogation block
2 Kommentare
Siehe auch
Kategorien
Mehr zu String finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!