polar plot in matlab from data and graphs in excel

22 vues (au cours des 30 derniers jours)
FILIPPO
FILIPPO le 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

Réponse acceptée

Star Strider
Star Strider le 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.
.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by