reversing a colormap
reversing a colormap
(OP)
Can I do that? If I want, say the 'gray' colormap to be from 'white to black', instead 'black to white', is there any simple function doing that?
Thanks!
Thanks!
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: reversing a colormap
CODE
whiteblack = flipud(blackwhite);
RE: reversing a colormap