Filter löschen
Filter löschen

How to make visualization of multi-vehicle motion?

1 Ansicht (letzte 30 Tage)
Veronika Mazulina
Veronika Mazulina am 17 Jan. 2020
Beantwortet: KSSV am 17 Jan. 2020
I calculated a path for every vehicle in the system. A path is a matrix [x-coordinate, y-coordinate, orientation, time moment]. The problem is that the time vector for every vehicle is different since they move with non-constant velocity. The question is how to make a visualization of their motion in this case? For the visualization, I need that vehicles have uniform time vector.

Akzeptierte Antwort

KSSV
KSSV am 17 Jan. 2020
Use interpolation and get all the vehicles to the same time vector. Read about interp1. When you do this, your position of each vehicle different at a specific time step.

Weitere Antworten (0)

Kategorien

Mehr zu Automotive finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by