Writing a matlab script

5 visualizaciones (últimos 30 días)
TiffanyLC
TiffanyLC el 20 de En. de 2015
Respondida: Image Analyst el 20 de En. de 2015
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?

Respuesta aceptada

Image Analyst
Image Analyst el 20 de En. de 2015
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.

Más respuestas (0)

Categorías

Más información sobre Monte-Carlo en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by