polar plot in matlab from data and graphs in excel

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

 Akzeptierte Antwort

Star Strider
Star Strider am 22 Nov. 2022

0 Stimmen

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

Weitere Antworten (0)

Kategorien

Mehr zu Polar Plots finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by