data cursor function for 3D slice
Ältere Kommentare anzeigen
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,[],[])
Akzeptierte Antwort
Weitere Antworten (1)
A
am 16 Apr. 2012
0 Stimmen
5 Kommentare
Sean de Wolski
am 16 Apr. 2012
I don't see why not.
A
am 17 Apr. 2012
Sean de Wolski
am 17 Apr. 2012
Get the information (somehow similar to what I did) and then call another function that draws lines.
A
am 18 Apr. 2012
Jan
am 28 Apr. 2012
The question is not clear.
Kategorien
Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!