Google Earth Trajectory Path
6 次查看(过去 30 天)
显示 更早的评论
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
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?
回答(1 个)
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Airfoil tools 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!