Filter löschen
Filter löschen

display .csv data on a graph with a map

5 Ansichten (letzte 30 Tage)
Luke Charles
Luke Charles am 2 Mär. 2020
Kommentiert: Luke Charles am 6 Mär. 2020
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.

Antworten (1)

Monisha Nalluru
Monisha Nalluru am 5 Mär. 2020
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:

Kategorien

Mehr zu Graphics Object Identification finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by