Is it possible to change surface plot x-axis values to represent physical dimensions?
Show older comments
So, I'm attempting to represent variables in a matrix on a surface plot, and that has and will continue to work without error.
However, I am interested in having the x-axis represent actual dimensions instead of the column indicator. For example, each unit of x could correspond to a meter and a half.
I realize that this is not analogous to how MATLAB actually generates the surface plots, so I recognize that this is probably impossible. But it would add much needed validity to what I am working on.
Impossible or possible? (and if so how?)
Thank you in advance!
1 Comment
Sara
on 17 Dec 2014
Have you tried surf(x,y,your_surf) where x,y are your physical dimension?
Answers (0)
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!