필터 지우기
필터 지우기

Plotting temperature values along the flight path.

조회 수: 6 (최근 30일)
arjun luther
arjun luther 2023년 3월 15일
댓글: KATHERINE GREGORY 2024년 1월 29일
Hi, i have a table consisting of many variables out of which i would like to use latitude, longitude and temperature to be plotted on a geographical map. All the queries so far i have googled shows me the data is in matrix form. My data is in tabular form and upon plotting latitude and longitudes i get the flights trajectory of the flight on geographical coordinates, how can i add temperature values from the table to be plotted along the flight trajectory.
Edit: I have arranged a small sample table of the Data, maybe this would help in better understanding my query.I have also joined the geoplot i can create, i would like to overlay the temperature values from the table.
  댓글 수: 2
Star Strider
Star Strider 2023년 3월 16일
The documentation example Visualize UAV Flight Path on 2-D and 3-D Maps should get you started.
KATHERINE GREGORY
KATHERINE GREGORY 2024년 1월 29일
Arju, I share the same problem. I have a table with 3 columns: latitude, longitude, and temperature. I can map the x-y coordinates with geoplot, but I'd like to assign each temperature measurement to its corresponding point on the grid and display the values in a color map. I've looked at the above UAV example and documentation for geoplot and pcolor . This thread was helpful: https://www.mathworks.com/matlabcentral/answers/347512-making-a-area-plot-with-lat-lon-and-a-variable-corresponding-to-that-location

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

답변 (1개)

Sai Sumanth Korthiwada
Sai Sumanth Korthiwada 2023년 3월 27일
Hi Arjun,
I understand that you would like to use latitude, longitude and temperature to be plotted on a geographical map.
Please refer to geoplot and Add Labels and Annotations to Map Axes for more information on using geoplot.
Also please refer to Visualize UAV Flight Path on 2-D and 3-D Maps example to understand how to visualize in 2D and 3D.
Hope this answers your query!

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by