plot3: Time for one periodic orbit

조회 수: 7 (최근 30일)
jacob Mitch
jacob Mitch 2019년 11월 25일
댓글: darova 2019년 11월 25일
If have x,y,z values as that form a periodic orbit (circle shape) when plotted is it possible to calculate the time it takes for that 1 orbit.
Data(1,:); %x values
Data(2,:); %y values
Data(3,:); %z values
%Use plot3 to plot x,y,z values and we get a the first left picture
plot3(Data(1,:),Data(2,:),Data(3,:))
Is it possible to calculate the time it takes for that 1 period i,e the periodic orbits smallest period.
I looked her but couldn't find anything. Any help or suggestions would be really appreciated.
  댓글 수: 1
darova
darova 2019년 11월 25일
How to calculate the time? Where is speed/velocity?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by