Matlab coder error, help please
Ältere Kommentare anzeigen
Antworten (1)
Walter Roberson
am 12 Okt. 2016
0 Stimmen
You tried to initialize a global variable to a value that cannot be represented by the datatype of that variable. For example you might have defined the variable as int8 but tried to initialize it to 255 (which would fit in uint8 but not in int8)
1 Kommentar
papoo
am 13 Okt. 2016
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!