help-octave
[Top][All Lists]
Advanced

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

Re: Fwd: Plot an image in 3D using surf function.


From: JasonNicholson
Subject: Re: Fwd: Plot an image in 3D using surf function.
Date: Sun, 8 Sep 2013 07:52:14 -0700 (PDT)

I think the main issue is your missing the FaceColor option from your call to
surf.  Change your call to surf to this:

surf(xImage,yImage,zImage, 'CData',img, 'FaceColor','texturemap');

sincerely,
Jason Nicholson



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Plot-an-image-in-3D-using-surf-function-tp4657126p4657142.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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