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

1 回表示 (過去 30 日間)
Riddhesh
Riddhesh 2023 年 10 月 14 日
回答済み: dpb 2023 年 10 月 14 日
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 ?

回答 (1 件)

dpb
dpb 2023 年 10 月 14 日
load yourfile.mat
plot(Signal_82,Signal_81)
just maybe????

カテゴリ

Help Center および File ExchangeAutomated Driving Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by