How to plot in circle instead of straight line axis in Matlab? -
I have a set of 3 datasets, which I want to plot in MATLAB, but the 'x' axis I give Want to think of how to do this as a circle instead of straight line below?
An example plot:
The common command to plot in MATLAB is plot (x, data1, x data2, x, data) 3) In the
, that x axis is taken as a straight line, should i be taken as a circle of x axis. Does anyone know the command for it?
@lok asks if you want a polar plot, I tell you that you want a polar plot ! View the Matlab document for function
polar ()
and its relationships, such as cart2pol
. Based on your exact requirements (I have not followed your link) you can expect that it is difficult or difficult to build a really simple conspiracy.
Comments
Post a Comment