Clear Filters
Clear Filters

Moving multiple points in an area at given velocity

3 views (last 30 days)
How to write a code for random number of points moving in an area at a given velocity.
There are random number of points ( >=50) in an area of 600*600, moving from one point to another at given velocity (10m/s).
I want to move random number (>=50) of points in the given area (600*600).
Please help me with the random number (>=50) of points moving with the given velocity and to calculate the trajectory of the points.
  3 Comments
Anu Sharma
Anu Sharma on 29 Aug 2023
how we can write for 10 points.
we can assume any intial and final location of the data points.
The unit is 600m.
Time will be dependent on displacement/velocity
we can assume final location also.
Anu Sharma
Anu Sharma on 29 Aug 2023
Edited: Anu Sharma on 29 Aug 2023
we can assume velocity as 10m/s or anything. I just want the trajectory points and the frame work for writing the code for multiple moving points at a given velocity in any direction.

Sign in to comment.

Answers (0)

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!