Error when using the polar function in Octave: Too many inputs

177 Views Asked by At

When I try to plot using polar, the following error is returned:

polar (0:0.1:10*pi, 0:0.1:10*pi);
error: line: function called with too many inputs
error: called from
    line
    polar>__update_polar_grid__ at line 368 column 3
    polar at line 128 column 7

What am I doing wrong?

0

There are 0 best solutions below