MATLAB - adding additional data to surface plot tooltip

10 views (last 30 days)
I have created a cylinder with the help of a surface plot and a 360x512 matrix with some data(named map100).
When i put my cursor over the cylinder i see my X,Y,Z on the tooltip as expected. However i would also like to see the matrix(map100) value for that point on the tooltip as well. Is this possible ? and if so how?
Any help is much appreciated..

Answers (1)

Walter Roberson
Walter Roberson on 5 Nov 2020
I just confirmed that surf() do have the needed property.
  9 Comments
Ali Shakeri
Ali Shakeri on 6 Nov 2020
My workspace that stores all variables says map100 is a 360x512 uint8.

Sign in to comment.

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!