Data for input breakpoints must be strictly monotonically increasing after conversion to its run-time data type.
Ältere Kommentare anzeigen
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 Kommentar
sixwwwwww
am 7 Nov. 2013
Can you show your code and indicate the line at which you are getting this error?
Antworten (1)
Sanat
am 7 Nov. 2013
0 Stimmen
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]
Kategorien
Mehr zu Data Types finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!