How to put hit test off to Isosurface in matlab?
Show older comments
I am using the code
isosurface(foo,fo);
caxis([0.2 0.5])
colorbar
grid on; axis equal; colormap default; alpha(0.3);
hold on;
I would want to make the hit test off to the isosurface so that, by clicking on the figure ButtonDownFcn of axis can be called.
Accepted Answer
More Answers (0)
Categories
Find more on Scalar Volume Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
