Plotting radar plot in matlab like the one in excel
显示 更早的评论
hello, i have been looking around for ages about this. there's a function in excel where i can plot data in circle.
for example i have i have an arra

y of time and force. in excel, i can put the time (x axis in circle and the force will goes in circle.
i tried polar function, compass but it does not turn out like i want to. here's the picture i got from excel.
if you can see from the picture attached, time is written at the outer circle and the force value at each time internal will follow.
anyone?
5 个评论
Joseph Cheng
2015-5-13
I would browse the file exchange but the closest one i found was http://www.mathworks.com/matlabcentral/fileexchange/33134-radar-plot which you may be able to use.
Sharah
2015-5-14
Honglei Chen
2015-5-14
The label seems to be linear indices so I'm curious what is the meaning of this plot. Is it scanning the space? Thanks.
Rohit Jain
2015-5-15
There are similar plots available in MATLAB. You can try these and see if it matches your requirement. The plots which are similar to radar are 'polar','compass','rose'. See the documentation page to know more details about these plots. http://www.mathworks.com/help/matlab/ref/polar.html http://www.mathworks.com/help/matlab/ref/rose.html http://www.mathworks.com/help/matlab/ref/compass.html
Srijana
2022-12-2
Wha is the use of Rader plot in matlab
回答(1 个)
Rohit Jain
2015-5-15
0 个投票
There are similar plots available in MATLAB. You can try these and see if it matches your requirement. The plots which are similar to radar are 'polar','compass','rose'. See the documentation page to know more details about these plots. http://www.mathworks.com/help/matlab/ref/polar.html http://www.mathworks.com/help/matlab/ref/rose.html http://www.mathworks.com/help/matlab/ref/compass.html
类别
在 帮助中心 和 File Exchange 中查找有关 Polar Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!