How to add tiny floating 3D axes to a 3D plot

I have a 3D plot (below) with very fine features. I would like to zoom in to one specific area and have a floating 3D axes there to show the scale. I know you can plot additional 2D axes on a plot, but I haven't seen a way to add 3D axes.

답변 (1개)

Image Analyst
Image Analyst 2020년 4월 22일

0 개 추천

Did you try to set the axis locations to origin?
ax = gca
ax.XAxisLocation = 'origin';
Or else simply use line() to draw those black lines wherever you want them.

카테고리

도움말 센터File Exchange에서 Data Exploration에 대해 자세히 알아보기

태그

질문:

2020년 4월 22일

답변:

2020년 4월 22일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by