fork download
  1. % Set up vector for zeros
  2. z = [j ; -j];
  3. % Set up vector for poles
  4. p = [-1 ; .5+.5j ; .5-.5j];
  5. figure(1);
  6. zplane(z,p);
  7. title('Pole/Zero Plot for Complex Pole/Zero Plot Example');
  8.  
Success #stdin #stdout #stderr 0.36s 51364KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
warning: the 'zplane' function belongs to the signal package from Octave Forge
which seems to not be installed in your system.

Please read <https://w...content-available-to-author-only...e.org/missing.html> to learn how you can
contribute missing functionality.
error: 'zplane' undefined near line 6 column 1
error: called from
    /home/aJwuRU/prog.octave at line 6 column 1