Info

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

How can I make a map with defined density in random arrangement.

1 回表示 (過去 30 日間)
John Wu
John Wu 2014 年 8 月 14 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Pls refer to this image
Program as listed: Map=zeros(100,80); Rn=rand(size(Map)); Rn=Rn>0.8; % to define the density (possibility) 0.2 b=find(Rn==1); Map(b)=1;
Question is: Is any suggested method to avoid the connected points?

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by