Data for input breakpoints must be strictly monotonically increasing after conversion to its run-time data type.
27 ビュー (過去 30 日間)
古いコメントを表示
Data for input breakpoints must be strictly monotonically increasing after conversion to its run-time data type.plz canyone explain why i am getting this
1 件のコメント
sixwwwwww
2013 年 11 月 7 日
Can you show your code and indicate the line at which you are getting this error?
回答 (1 件)
Sanat
2013 年 11 月 7 日
I had the same issue. Turns out that the breakpoints (Axis ticks) for your lookup table might not be increasing monotonically. In my case, instead of looking like [-5,-4,-3,-2,-1,0,1,2] they were like [-3,-2,-1,0,0,0,1]
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Fixed Point についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!