help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: signal functions does not recognized by octave 3.6.1


From: Damian Harty
Subject: RE: signal functions does not recognized by octave 3.6.1
Date: Fri, 21 Mar 2014 16:45:37 +0000

> pkg load signal

If you want the change to persist across octave sessions, do

  pkg rebuild -auto signal

That way every instance of octave you run on your machine will have the signal 
package available to it. It took me a while to understand this from the help 
documentation.

To verify it has worked, do

  pkg list

...and look for an asterisk next to the signal package on the alphabetical list.

In summary, a package is "installed" when the files are present on the disk. A 
package is "loaded" when it is on the path for Octave to search. A package has 
to be both installed and loaded to have functions available from the command 
line.

Damian
CONFIDENTIAL: The information contained in this email communication is 
confidential information intended only for the use of the addressee. 
Unauthorized use, disclosure or copying of this communication is strictly 
prohibited and may be unlawful. If you have received this communication in 
error, please notify us immediately by return email and destroy all copies of 
this communication, including all attachments.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]