octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Help with surfnorm compatibility


From: Rik
Subject: Help with surfnorm compatibility
Date: Sun, 20 Jul 2014 12:01:11 -0700

I'm trying to see whether Matlab uses colororder or the existing colormap
to determine the color for the normal vectors in surfnorm.  Could someone
run the following code in Matlab and return the two images.

clf;
colormap ('hsv');
[x,y,z] = cylinder (1:10);
surfnorm (x,y,z);
print -dpng hsv.png
colormap ('jet');
print -dpng jet.png

Thanks,
Rik




reply via email to

[Prev in Thread] Current Thread [Next in Thread]