[Scilab-users] cannot get polarplot to graph a decent windrose

Samuel Gougeon sgougeon at free.fr
Mon Mar 25 12:32:14 CET 2019


Le 25/03/2019 à 12:17, Samuel Gougeon a écrit :
>
> Le 24/03/2019 à 16:18, Heinz Nabielek a écrit :
> .../...
> __
>> Second problem:
>>> plot several curves in polar mode is to use matrices as input, as for the plot() and plot2d() functions
>> does not work....
>> x = (0:360)'/180*%pi;
>> z=[(0.5*(1 + cos(x)))  (0.5+(1 + cos(x)))];
>> polarplot(x,z);
>>
>> produces the ERROR MESSAGE
>>> at line    18 of function polarplot ( /Applications/scilab-6.0.2.app/Contents/MacOS/share/scilab/modules/graphics/macros/polarplot.sci line 31 )
>>> Inconsistent row/column dimensions.
>
> To be reported. 

here: http://bugzilla.scilab.org/16019




More information about the users mailing list