[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
- Help with surfnorm compatibility,
Rik <=