i have a excel sheet with phase angles, i want to plot a polar plot only with the phase angles, can anyone tell me a proper function ?

3 views (last 30 days)
I tried using polarplot function , it says undefined function,

Accepted Answer

Walter Roberson
Walter Roberson on 2 Nov 2016
polarplot() is new as of R2016a. Before that you should use polar()
  5 Comments
Walter Roberson
Walter Roberson on 2 Nov 2016
Show the output of
which -all polar
I suspect that you have put your own code into a file named polar.m and then you try to invoke the MATLAB polar() function inside of your own polar.m .

Sign in to comment.

More Answers (0)

Categories

Find more on Polar Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!