Google Earth Trajectory Path

조회 수: 4 (최근 30일)
Aleyna
Aleyna 2024년 5월 18일
댓글: Aleyna 2024년 5월 18일
I want to show the path drawn by our rocket on Google Earth. However, I need to make it inclined as shown in the link below. How can I do this?
Most probably I need to use sin and cos functions, but I don't know what to write according to.
  댓글 수: 2
Sam Chak
Sam Chak 2024년 5월 18일
Sorry @Aleyna, What does this "Real Time Trajectory In Google Earth" have to do with MATLAB? Or you want to create a MATLAB program with GUI to replicate something similar?
Aleyna
Aleyna 2024년 5월 18일
I want to show how far the rocket goes up, and I want to show the decline of the stages with google earth

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

답변 (1개)

William Rose
William Rose 2024년 5월 18일
You need to put the rocket coordinates into a KML file, and make a link to the KML file from goodgle earth. THat is explained in the link you provided. The KML file coordinate system is WGS-84, the coordinate system used by GPS: decimal longitude (negative west), decimal latitude (negative south), altitude above mean sea level, in meters. In that order. Therefore convert your rocket coordinates to that system, if they are not already.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by