Generating random non overlaping spheres inside a cylinder having certain volume fraction
古いコメントを表示
This article is for 3-d synthetic microstructure generation.
The code given in this article generates random ellipsoid in cubic domain. But my requirement is of a cylindrical domain.
So I need help on how to change this code for cylindrical domain??
6 件のコメント
Jon
2022 年 12 月 6 日
Maybe this will get you started https://www.mathworks.com/matlabcentral/answers/461635-randomly-generated-spheres-in-a-volume-in-matlab?s_tid=srchtitle
You can further search MATLAB answers (note search bar in upper right banner of MATLAB answers) to find other previous answers on this topic
Shubham
2022 年 12 月 7 日
Jan
2022 年 12 月 8 日
Again: Do you need spheres or ellipsoids? With spheres it is trivial to adjust the solution given here: https://www.mathworks.com/matlabcentral/answers/461635-randomly-generated-spheres-in-a-volume-in-matlab#answer_374712 .
Shubham
2022 年 12 月 9 日
Jan
2022 年 12 月 9 日
Are the dimensions of the ellipsoids fixed? What do you call a,b,c? The Euler-angles? 2 angles are sufficient already.
Unfortunately the modifications of the code are not trivial, because the test for intersecting ellipsoids is more demanding than of spheres. Did you try this by your own?
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Surface and Mesh Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!