Octave How To
Octave Packages
Install, load, list package
pkg install -forge package_name
pkg load package_name
pkg list
Draw pole, zero, grid, sgrid
sys=tf([1 1],[1 2])
pzmap(sys)
grid on
sgrid on
Last updated
Was this helpful?