![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/525804/image.png)
Polar Plot in 3D
1 回表示 (過去 30 日間)
古いコメントを表示
Dear Sir,
I have 214 values of A, B and C having constant value of A and different values of B and C.
How to draw polar plot with these data. An Excel file is attached herewith.
Kindly let me know. Thanks in advance
0 件のコメント
回答 (1 件)
KALYAN ACHARJYA
2021 年 2 月 20 日
編集済み: KALYAN ACHARJYA
2021 年 2 月 20 日
Steps:
1.Load the data using readmatrix function.
2.Here you have to find/relate the theta and rho value and use the polarplot function to plot the data.
3.In the 1st columns, the entire columns data are same.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/525804/image.png)
4. Do you know how thease data values relate with polar form? If the B and C represents the cartesian coordinates, you may use cart2pol function to convert them to polar form (to find rho and theta)
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!