MATLAB: Image and imagesc functions

imageimagesc

hello evryone , i m starting using matlab and can't understand the diffrence between image and imagesc functions.

Best Answer

The sc suffix simply means color-scaled. Type this into your command line and see:
open imagesc
The imagesc function calls image and specifies 'CDataMapping','scaled'.