Clear Filters
Clear Filters

Plotting a Radargram using values in matlab

6 views (last 30 days)
ck
ck on 31 Aug 2016
Commented: ck on 1 Sep 2016
How Can I plot radargrams in matlab using values obtained from data files? Would there be any certain function for that ?
Thank you
  2 Comments
Azzi Abdelmalek
Azzi Abdelmalek on 31 Aug 2016
data files? what kind of data files (Excel files? text files? csv files?) how your data are stored in those files? number of column, number of headers, separators,...
ck
ck on 1 Sep 2016
Its basically like columns and rows, which are read in matlab and stored. I could save them as excel files, but prefer not to as I would have to take them into matlab again and plot radargrams.
So I have values in rows and columns in matlab itself which are read from data files(.dat extension), which are information achieved from radars.

Sign in to comment.

Answers (1)

Star Strider
Star Strider on 31 Aug 2016
I don’t know what your data are. If you want to do something similar to this plot in GPRSLice, the contourf function would be what I would use.

Tags

Community Treasure Hunt

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

Start Hunting!