plot3: Time for one periodic orbit
조회 수: 2 (최근 30일)
이전 댓글 표시
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.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Gravitation, Cosmology & Astrophysics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!