Borrar filtros
Borrar filtros

i have excel sheet with 1 column as phase angles, can anyone help me how do i plot those angles on polar plot?

1 visualización (últimos 30 días)
i imported the data in MATLAB, but cant find a proper way to plot them on the polar plot.
  2 comentarios
L K
L K el 18 de Nov. de 2016
well ya , thats right , you need the radius,i can take radius may be of 4 say,
now can any one help ? cant figure out how do i plot each angle on it from the sheet

Iniciar sesión para comentar.

Respuesta aceptada

KSSV
KSSV el 18 de Nov. de 2016
Editada: KSSV el 18 de Nov. de 2016
Let theta be your angles in radians read from excel file.
rho = 4*ones(size(theta)) ;
figure
polar(theta,rho,'-o')
  2 comentarios
L K
L K el 18 de Nov. de 2016
do you know how to connect these point from origin(from origin to each point) ,,instead of connecting them from point to point?
dpb
dpb el 18 de Nov. de 2016
Editada: dpb el 18 de Nov. de 2016
doc compass
Didn't you look at doc's for polar or just for graphics in general? It ( compass that is) is in "See Also" list

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by