필터 지우기
필터 지우기

Polar Plot in 3D

조회 수: 1 (최근 30일)
Anshul Jain
Anshul Jain 2021년 2월 20일
편집: KALYAN ACHARJYA 2021년 2월 20일
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

답변 (1개)

KALYAN ACHARJYA
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.
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)

카테고리

Help CenterFile Exchange에서 Polar Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by