Move multiple objects in same plot
Ältere Kommentare anzeigen
I have 2 objects(say 2 points) in a 3d space. As of now, one of the points is stationary and the other does complex manoeuvres(user defined translation/rotation). What I want to do is simultaneously move the first point along a predefined path(say a straight line/curve). So I want the position of the 1st point to be updated,say, every second, while the 2nd point continues to do its manoeuvres.
Now I'm finding this difficult due to the sequential processing of code. So I need some help
Antworten (1)
Walter Roberson
am 25 Jun. 2012
0 Stimmen
Consider using a timer object instead of sequential processing.
1 Kommentar
Mohsin
am 25 Jun. 2012
Kategorien
Mehr zu Exploration finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!