photo

Juan Jose


Last seen: 8日 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

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

3ヶ月 前 | 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 ...

3ヶ月 前 | 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...

3ヶ月 前 | 1 件の回答 | 0

1

回答