Filter löschen
Filter löschen

My .mat files contains data tested on a vehicle which includes latitudes, longitudes, speed etc.

1 Ansicht (letzte 30 Tage)
I want to plot GPS Trace data which is Latitude Vs longitude which is stored as Signal_82 and Signal_81 respectively in columns in the .mat file. How do I access the file and plot the data ?

Antworten (1)

dpb
dpb am 14 Okt. 2023
load yourfile.mat
plot(Signal_82,Signal_81)
just maybe????

Community Treasure Hunt

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

Start Hunting!

Translated by