Does the drawfreehand function work with AppDesigner?

Is the 'drawfreehand' function supported in AppDesigner?

 Respuesta aceptada

The 'drawfreehand' function can be used in App Designer by utilizing the 'axes' object:
The 'axes' object is available in AppDesigner's 'uifigure' starting MATLAB R2018b.
The following commands uses 'drawfreehand' in App Designer:
fig = app.UIFigure;
ax = axes(fig);
h = drawfreehand(ax);

Más respuestas (0)

Productos

Versión

R2018b

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by