undefined function or method 'unit8' for input argument of type 'double'

9 Ansichten (letzte 30 Tage)
jangiti
jangiti am 21 Aug. 2015
Kommentiert: Adam am 21 Aug. 2015
undefined function or method 'unit8' for input argument of type 'double'

Antworten (1)

Steven Lord
Steven Lord am 21 Aug. 2015
To convert to an unsigned 8 bit integer use "uint8" not "unit8". Note the difference in spelling.
  3 Kommentare
Sean de Wolski
Sean de Wolski am 21 Aug. 2015
Bearbeitet: Sean de Wolski am 21 Aug. 2015
I've done this at least high in the two digits, possibly low three digits number of times.
Though it looks like autocorrect picks up on it now :)
Why yes, I did!
Adam
Adam am 21 Aug. 2015
Yes, I have done that countless times too, although I always hit the up-arrow too quickly to correct my mistake before realising Matlab did it for me and then I can't retrieve the correction with a down-arrow again :(

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Images finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by