How can I invert the distribution of colors in a colormap matlab

The solution in this case would be to flip the values of the colormap, using the command:

colormap(flipud(hot))

猜你喜欢

转载自blog.csdn.net/colddie/article/details/80603476