
Juan Jose
Followers: 0 Following: 0
Feeds
답변 있음
specify axis to plot alphaShape
nevermind, found the solution: [tri, pts] = boundaryFacets(shp); trisurf(tri, pts(:,1), pts(:,2), pts(:,3), 'Parent', ax);
specify axis to plot alphaShape
nevermind, found the solution: [tri, pts] = boundaryFacets(shp); trisurf(tri, pts(:,1), pts(:,2), pts(:,3), 'Parent', ax);
4개월 전 | 0
| 수락됨
질문
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 ...
4개월 전 | 답변 수: 2 | 0
2
답변질문
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...
4개월 전 | 답변 수: 1 | 0