[Scilab-users] more polarplots in one coordinate system

Maxi041291 Maxi.bartels at gmail.com
Mon Nov 28 14:40:56 CET 2016


I try to explain it in another way:

I search for a command, which gives me the opportunity to set one coordinate
System for a few plots in one polarplot.

polarplot([phase(1:2) phase(2:3) phase(3:4) phase(4:5) phase(5:6) dataph1
gesamtph1],[magnitude(1:2) magnitude(2:3) magnitude(3:4) magnitude(4:5)
magnitude(5:6) dataam1 gesamtam1],[5,2,3,1,4,9,6]);
h1=legend(['Mode1';'Mode2';'Mode3';'Mode4';'Mode5';'∑Datas';'∑Nastran']);

This is the hard way, how i can do what i want. 
But i dont have a concrete vector with 6 entries. I would like to plot this
depending on the length of my vector automatically.

For example like this:

"hold on"
polarplot(Phase, Magnitude);
polarplot(dataph1,dataam1);
polarplot(gesamtph1,gesamtam1);
"hold off"

Or with a for-loop, in which n is my vector-length

I tried set(gca(),"auto_clear","off"), but it didn´t work.

Thank you 





--
View this message in context: http://mailinglists.scilab.org/more-polarplots-in-one-coordinate-system-tp4035127p4035128.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list