Writing a matlab script
조회 수: 2 (최근 30일)
이전 댓글 표시
When shopping with a partner, problems arise when you inadvertently separate. Logical minds naturally ponder the most efficient way to re-connect. Should one partner stay put while the other searches, or should both randomly wander about the store until they meet again?
댓글 수: 0
채택된 답변
Image Analyst
2015년 1월 20일
I think they should call each other's mobile phones. But I think you should write a Monte Carlo simulation and try it both ways to see which is faster. Use the rand() function and stop the look when the distance between them is less than some distance. Use rand() to define two starting positions in a region that is bounded - a rectangular box. Don't let new locations leave the box - reflect them off the wall.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Monte-Carlo에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!