Plotting radar plot in matlab like the one in excel
37 ビュー (過去 30 日間)
古いコメントを表示
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
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/150062/image.png)
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 件のコメント
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
回答 (1 件)
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
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Polar Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!