photo

Saad Mansoor


Last seen: 10ヶ月 前 2016 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

1 質問
0 回答

Cody

0 問題
1 解答

ランク
131,068
of 301,195

評判
0

コントリビューション
1 質問
0 回答

回答採用率
0.0%

獲得投票数
0

ランク
9,637 of 21,190

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
5

ALL TIME ダウンロード
0

ランク
164,778
of 173,322

コントリビューション
0 問題
1 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

Feeds

表示方法

質問


How can we increase/decrease the number of triangles in a triangulation that is created from a polyshape object?
I wrote the following code: C1 = polyshape(X1,Y1); C2 = polyshape(X2,Y2); C = subtract(C1,C2); T = triangulate(C); where X1...

3年弱 前 | 3 件の回答 | 0

3

回答

解決済み


Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.

約10年 前