data cursor function for 3D slice
Show older comments
I need to make the data cursor on a 3D slice display value of the function being displayed; i.e. for slice(X,Y,Z,f,0,[],[]) make data cursor display value of f. Can you suggest a code to do that?
more example:
[X Y Z]=meshgrid([-2:.1:2],[-2:.1:2],[-2:.1:2]);
f=rand(41,41,41);
slice(X,Y,Z,f,0,[],[])
Accepted Answer
More Answers (1)
A
on 16 Apr 2012
0 votes
5 Comments
Sean de Wolski
on 16 Apr 2012
I don't see why not.
A
on 17 Apr 2012
Sean de Wolski
on 17 Apr 2012
Get the information (somehow similar to what I did) and then call another function that draws lines.
A
on 18 Apr 2012
Jan
on 28 Apr 2012
The question is not clear.
Categories
Find more on Creating, Deleting, and Querying Graphics Objects 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!