Re: GNU Octave: Unable to access functions in a package after install
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <[email protected]> |
Read the manual about pkg; I guess you have to load the package.
> Hi,
>
> I have been trying to install a package named Sockets in GNU Octave. After the installation, I am not able to access
> the functions that the documentation talks about.
> I installed it using the following command:
> >> pkg -forge install sockets
>
> I checked for the function that this package should make available using the following command, which returns empty:
> >> which('socket')
>
> Could you please let me know what I am doing wrong?
>
> Regards,
> Zenin Easa Panthakkalakath
>