フィルターのクリア

Randomly generated complex polygon with user input

1 回表示 (過去 30 日間)
Matthew
Matthew 2013 年 4 月 5 日
I want to generate a randomly shaped complex polygon which has start point (0,0) and has vertices defined by user input.

採用された回答

Image Analyst
Image Analyst 2013 年 4 月 5 日
How about using ginput() or impoly()?
  17 件のコメント
Matthew
Matthew 2013 年 4 月 7 日
YES! it works :) thank you. Now I just have to flip it in the x and y axis.
Image Analyst
Image Analyst 2013 年 4 月 7 日
There is an 'xdir' property where you can reverse the direction. I think it's something like
set(gca, 'xdir', 'reverse');
or something like that. If this is solved, then mark the answer as "Accepted."

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeContour Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by