photo

Juan Jose


Last seen: Today Con actividad desde 2024

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Respondida
specify axis to plot alphaShape
nevermind, found the solution: [tri, pts] = boundaryFacets(shp); trisurf(tri, pts(:,1), pts(:,2), pts(:,3), 'Parent', ax);

13 días hace | 0

| aceptada

Pregunta


specify axis to plot alphaShape
In matlab docs for alphaShape plot there is not a way to specify the axis to plot on. x = [0 1 0 1 0 1 0 1]; y = [0 0 0 0 1 1 ...

13 días hace | 2 respuestas | 0

2

respuestas

Pregunta


clicking on data tips option breaks WindowButtonDown callback
I'm defining a callback for clicks like this: app.UIFigure.WindowButtonDownFcn = @(src, ~) disp("asda"); initially, it works...

15 días hace | 1 respuesta | 0

1

respuesta