Plotting a matrix of z-values into 3d-space
1 次查看(过去 30 天)
显示 更早的评论
I have a 2-dimensional matrix of Z values, and want to plot these in 3d space. Each row and column corresponds to my z-values according to different x-values and y-values.
How can I best go about this?
I know surf(A), where A is my matrix, will create the surface, but I want to be able to change the x and y axes values.
Apologies if this is unclear.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Scatter Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!