필터 지우기
필터 지우기

Scattering 3D points (x y z) on a 2D plot (x y)

조회 수: 3 (최근 30일)
Arian Kolahi Sohrabi
Arian Kolahi Sohrabi 2019년 3월 20일
댓글: Subhash Chandra Ranga 2021년 4월 29일
Hello,
I'm trying to scatter 3D points (x y z) on a 2D plot (x y) such that the z axis is hidden, but hovering on data points shows the value of x y AND z for that particular point. I've searched around found nothing.
The goal is for it too look something like the impixel() function, where the plot is 2D, but hovering on the pixel pionts also shows the values for RGB.
Thank you.

채택된 답변

Star Strider
Star Strider 2019년 3월 20일
Use the scatter3 (link) function, and the view (link) function, specifically:
view(0, 90)
  댓글 수: 3
Star Strider
Star Strider 2019년 3월 20일
As always, my pleasure.
Subhash Chandra Ranga
Subhash Chandra Ranga 2021년 4월 29일
Hi Star Strider
Is it possible to scatter 3D points (x y z) on a 2D plot (S ,T).

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Scatter Plots에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by