필터 지우기
필터 지우기

In MATLAB, display specific data from a CSV file and show an image when selecting GPS points marked on a map

조회 수: 2 (최근 30일)
Hello! I have marked some GPS points on a map (in a scatter plot). Now I want to display specific data from a CSV file (from which I also have the GPS points) and also plot an image when I select one of these points. However, I am still a beginner in MATLAB and have no idea how to achieve this.

답변 (1개)

Sangesh Pv
Sangesh Pv 2023년 10월 13일
from what i can understand you want to make a map from the csv file, you can replace the gps with you preferred name and and change the filename.csv to your file
gps = readtable('filename.csv');
gps = geoscatter(gps,"Latitude","Longitude","filled");
  댓글 수: 1
Masoud Fahim
Masoud Fahim 2023년 10월 13일
I have already plotted a map in a scatter plot, and the GPS points are already displayed on it. I've also adjusted the DataTipRow so that when I select a GPS point, relevant information is shown. I just need to figure out how to open an image associated with that point. All the information, including the file paths to the images, is stored in a CSV file.

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

카테고리

Help CenterFile Exchange에서 Point Cloud Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by