I'm beginner in Octave. I'm sorry if I ask a silly question.
I want to use feedback function in Control package. I installed this package, using following command.
pkg install -forge control
The Installation seems to be successful, and following directory is automatically generated.
~/octave/control-2.6.5
But Octave says following messages when I enter "feedback" in Octave.
warning: the 'feedback' function belongs to the control package from Octave Forge but has not yet been implemented.
"feedback.m" file exists in "~/octave/control-2.6.5/@lti". How do I use this .m file.
Any help would be appreciated. Thanks in advance.
OS: Ubuntu 14.04LTS
Octave version: 3.8.1
feedback, just, at the CLI,help feedbackis weird, as is simply typingfeedback. - Josh.F