data cursor function for 3D slice
이전 댓글 표시
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,[],[])
채택된 답변
추가 답변 (1개)
A
2012년 4월 16일
0 개 추천
댓글 수: 5
Sean de Wolski
2012년 4월 16일
I don't see why not.
A
2012년 4월 17일
Sean de Wolski
2012년 4월 17일
Get the information (somehow similar to what I did) and then call another function that draws lines.
A
2012년 4월 18일
Jan
2012년 4월 28일
The question is not clear.
카테고리
도움말 센터 및 File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!