LINECUT(H) places a crosshair on the 3D plot with handle H. H can be a handle to a pcolor, surf, etc. plot or a non-RGB image. The crosshair can be moved with either the mouse or the arrow keys. Pressing enter removes the crosshair and stops linecut.
CH = LINECUT(H) returns a two element vector of handles to the X and Y linecut objects respectively.
Note that surface plots must have X and Y data that are either vectors or meshgrid formatted matrices.
Patrick (2021). linecut (https://github.com/pmaher86/linecut), GitHub. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Anyone tell me how to fix the problem below?
Error using matlab.ui.Figure/get
Unrecognized property Xdata for class Figure.
Error in linecut (line 21)
hand.Xdata=get(hand.mainplot,'Xdata');
a good try, but try 'improfile' command instead.