Dec 12, 2006 #1 nicolagao Industrial Joined Dec 12, 2006 Messages 6 Location US 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!
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!
Dec 13, 2006 #2 JockeK Electrical Joined May 26, 2003 Messages 62 Location SE This should do the trick Code: blackwhite = colormap('gray'); whiteblack = flipud(blackwhite); Upvote 0 Downvote
Dec 22, 2006 Thread starter #3 nicolagao Industrial Joined Dec 12, 2006 Messages 6 Location US Hi, thank you for your advice. I know it's been a while since I posted it, but still thank you very much. Upvote 0 Downvote
Hi, thank you for your advice. I know it's been a while since I posted it, but still thank you very much.