polar plot in matlab from data and graphs in excel

22 Ansichten (letzte 30 Tage)
FILIPPO
FILIPPO am 22 Nov. 2022
Beantwortet: Star Strider am 22 Nov. 2022
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
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)

Community Treasure Hunt

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

Start Hunting!

Translated by