MATLAB: Fixed Point to Floating Point

fixed-pointfloating pointmatrix

Hi guys.
I am beginner in Matlab. I just want to ask how to convert floating point number to fixed point number for matrix operation. Does everybody knows method to convert the floatig point. Your kindness is much appreciated.
Thanks in advance

Best Answer

>> doc fi
>> doc numerictype
>> doc fimath
>> doc cast
>> doc isfi