フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Why does the coordPoints not keep the negative values from the other two variables?

1 回表示 (過去 30 日間)
The Merchant
The Merchant 2019 年 12 月 4 日
閉鎖済み: Adam Danz 2019 年 12 月 4 日
Why do the negative values disappear in coordPoints?
The code:
coordPoints = [convexHull,coordsConvex].';
convexHull:
16
13
11
8
5
1
18
coordsConvex:
-10 3
-9 -5
6 -10
8 -7
8 6
-7 8
-10 4
coordPoints:
16 13 11 8 5 1 18
0 0 6 8 8 0 0
3 0 0 0 6 8 4

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by