how can i do this animation in matlab

조회 수: 3 (최근 30일)
mangood UK
mangood UK 2013년 1월 15일
hi..
during reading and see some video on youtube i note this video
i just need to know how to do this animation use matlab code just the animation>!!!
if any simple code i will be grateful
thank in advance
best regards

채택된 답변

Walter Roberson
Walter Roberson 2013년 1월 15일
Plot the circle.
Now use line() to draw the armature, using a higher LineWidth and a Marker of 's' (square) and a MarkerFaceColor of 'r' (red), possibly using a MarkerEdgeColor of 'k' (black). Store the handle of this line().
Then, at each step of the animation, set() the line XData and YData properties to reflect the new line position. Then call drawnow() to make the updated line show up.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Animation에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by