data cursor function for 3D slice
Afficher commentaires plus anciens
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,[],[])
Réponse acceptée
Plus de réponses (1)
A
le 16 Avr 2012
0 votes
5 commentaires
Sean de Wolski
le 16 Avr 2012
I don't see why not.
A
le 17 Avr 2012
Sean de Wolski
le 17 Avr 2012
Get the information (somehow similar to what I did) and then call another function that draws lines.
A
le 18 Avr 2012
Jan
le 28 Avr 2012
The question is not clear.
Catégories
En savoir plus sur Creating, Deleting, and Querying Graphics Objects dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!