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!