data cursor function for 3D slice
Mostrar comentarios más antiguos
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,[],[])
Respuesta aceptada
Más respuestas (1)
A
el 16 de Abr. de 2012
0 votos
5 comentarios
Sean de Wolski
el 16 de Abr. de 2012
I don't see why not.
A
el 17 de Abr. de 2012
Sean de Wolski
el 17 de Abr. de 2012
Get the information (somehow similar to what I did) and then call another function that draws lines.
A
el 18 de Abr. de 2012
Jan
el 28 de Abr. de 2012
The question is not clear.
Categorías
Más información sobre Creating, Deleting, and Querying Graphics Objects en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!