data cursor function for 3D slice
Mostra commenti meno recenti
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,[],[])
Risposta accettata
Più risposte (1)
A
il 16 Apr 2012
0 voti
5 Commenti
Sean de Wolski
il 16 Apr 2012
I don't see why not.
A
il 17 Apr 2012
Sean de Wolski
il 17 Apr 2012
Get the information (somehow similar to what I did) and then call another function that draws lines.
A
il 18 Apr 2012
Jan
il 28 Apr 2012
The question is not clear.
Categorie
Scopri di più su Creating, Deleting, and Querying Graphics Objects in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!