From: Jimmy Ingamont on 23 May 2010 19:52 I have 3 arrays X (length point), Y (width point), and Z(height point) which contain data points I wish to plot in 3d (like this http://thermal.gg.utah.edu/tutorials/matlab/peaks.png ) How can I do this?
From: Sean on 23 May 2010 20:10 "Jimmy Ingamont" <funnyinga(a)hotmail.com> wrote in message <htcfg8$ld1$1(a)fred.mathworks.com>... > I have 3 vectors X [length], Y [Width], and Z[Height] that contain points I wish to plot to appear as something like http://thermal.gg.utah.edu/tutorials/matlab/peaks.png > > How do I do this? a hint: >>help surf
|
Pages: 1 Prev: Concatenating matrices alongside diagonal Next: Simple 3d Plot |