I am trying to load the signal package by:
sudo apt-get install liboctave-dev
octave --no-gui
>>pkg install -forge -verbose control
>> pkg install -forge -verbose signal
now when I list packages:
Package Name | Version | Installation directory
--------------+---------+-----------------------
control | 3.0.0 | /home/cdw/octave/control-3.0.0
signal | 1.3.2 | /home/cdw/octave/signal-1.3.2
note there is no asterisk by the package name, and the functions are not available.
I am doing something wrong. What ??
Thank you