Why tofloat function is not working in MATLAB 2010? is it omitted or just replaced with something else?
This function converts an image of class logical, uint8, uint16, or int16 to class single, applying the appropriate scale factor.
Why tofloat function is not working in MATLAB 2010? is it omitted or just
Share
I don’t think tofloat was ever a part of offical matlab. It is a support function used by the imageprocessingplace books/exercises. You can find the code for tofloat here.