Visual 3D coordinate map interactive data Toolbar Settings in APP Design
조회 수: 9 (최근 30일)
이전 댓글 표시
Problem background: When making the GUI of APP DesignD, MATLAB version 2022A was used and MATLAB Runtime 9.12 was used;
I want the box to select a batch of points in PLOT3 drawing for analysis, so the brush light data as shown in the following figure is used, but this option is only available in debug mode;

BUT!However, when using the EXE file alone, this option is not available, even if the axtoolbarbtn function is used:
tb = axtoolbar(app.ax,{'zoomin','zoomout','rotate','restoreview','pan','datacursor','brush','export'});
It doesn't come out, it can't mark a cursor point, and the CurrentPoint can only pick a non-mark point;

SO,Is there any boss know how to brush light data display or in the graph interaction to obtain a batch of points
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!