필터 지우기
필터 지우기

display .csv data on a graph with a map

조회 수: 2 (최근 30일)
Luke Charles
Luke Charles 2020년 3월 2일
댓글: Luke Charles 2020년 3월 6일
Okay so I'm quite new to matlab and I am wondering how I can go about displaying my .csv file's data on a 2d graph with a map. I am currently displaying it using 'colormap' but this only captures a snapshot of one file at a time. Is there a way I can possibly display all of these files together? Maybe like a way to stich them together? The end goal is to compare all of the .csv files to each other and so if I can dispay them all in one format this would really help.
Luke.

답변 (1개)

Monisha Nalluru
Monisha Nalluru 2020년 3월 5일
If all the files need to be plotted on the same graph then use ‘hold on’ and ‘hold off’.
If all the files graphs need to on the same plane then use subplot() function.
Also refer the following links:
  댓글 수: 1
Luke Charles
Luke Charles 2020년 3월 6일
Thanks so much for this answer, very helpful

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

카테고리

Help CenterFile Exchange에서 Graphics Object Identification에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by