image and imagesc functions

2 views (last 30 days)
hello evryone , i m starting using matlab and can't understand the diffrence between image and imagesc functions.

Accepted Answer

Chad Greene
Chad Greene on 15 Dec 2015
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'.
  5 Comments
Chad Greene
Chad Greene on 17 Dec 2015
Glad to help, but that's about as much as I know. You've reached the end of my knowledge!
laksantini anas
laksantini anas on 20 Dec 2015
thanks a lot you have already help me.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!