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);
13 days 前 | 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 ...
13 days 前 | 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...
15 days 前 | 1 个回答 | 0