3d plotting of Lat, Long and depth
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I am trying to create a 3D plot - please see attached image.
However, i need to flip the scale so that the depth (km) increases downwards and I need to plot it in a 1:1 aspect ratio as all 3 axis are not equal in reality... Does anyone know how to do this?
Eventually i will need to plot elipsoid errors around these data points - if anyone has any experience with this, then I would be extremely grateful if you could share how you did it!
Many thanks!!
0 Kommentare
Akzeptierte Antwort
Cris LaPierre
am 8 Feb. 2019
Bearbeitet: Cris LaPierre
am 8 Feb. 2019
Try this:
axis equal
ax = gca;
ax.ZDir = 'reverse';
6 Kommentare
Cris LaPierre
am 14 Feb. 2019
Could you share your code? Did you scale your Z values correctly? What version of MATLAB are you using?
It works as expected for me.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Distribution Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!