Visual 3D coordinate map interactive data Toolbar Settings in APP Design

14 vues (au cours des 30 derniers jours)
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

Réponse acceptée

Kevin Holly
Kevin Holly le 12 Août 2022
Zy,
Unfortunately, brush is not supported in compiled apps.

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Produits


Version

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by