polar plot in matlab from data and graphs in excel

22 views (last 30 days)
I would like to make a polar plot from data in an excel file, precisely with 2 sets of data and keeping the same rotation of the graph (with a numbering only every 45° and not as from the attached figure).
Attached image excel chart.
For importing data from excel is it advisable to use import data or readtable function?
Thank you in advance

Accepted Answer

Star Strider
Star Strider on 22 Nov 2022
I prefer readtable because it also imports the variable names.
To do the plot, use the polarplot function.
For more information, see: PolarAxes Properties.
.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!