Matlab coder error, help please
古いコメントを表示
回答 (1 件)
Walter Roberson
2016 年 10 月 12 日
0 投票
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)
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!