フィルターのクリア

Function to be used for calculating number of points(randomly generated) inside the rectangular area

2 ビュー (過去 30 日間)
Number of points inside the rectangular area for randomly generated numbers...
  1 件のコメント
David Hill
David Hill 2022 年 3 月 8 日
I have no idea what you are asking. Please explain what you are trying to do and provide some code.

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

回答 (1 件)

David Hill
David Hill 2022 年 3 月 8 日
編集済み: David Hill 2022 年 3 月 8 日
I assume something like this: (other dimension does not matter)
r=1000*rand(1,100000);%generate 100000 rand numbers between 0 and 1000
p=[563,565.7,616.5,619.2,670,672.7];
for k=1:length(p)
n(k)=nnz(r>p(k)&r<=p(k)+.8);%provides the number of points in each rectangle
end

カテゴリ

Help Center および File ExchangeMonte-Carlo についてさらに検索

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by