help-octave
[Top][All Lists]
Advanced

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

Re: Hash function doesn't work


From: Thomas D. Dean
Subject: Re: Hash function doesn't work
Date: Thu, 30 Mar 2017 16:49:09 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0

On 03/30/2017 04:07 PM, evansste wrote:
Well I just installed Octave 4.0.3 on a different machine that is running a
newer version of Lubuntu.  However, even with Octave 4.0.3, I get the same
exact results.  The io package wasn't installed initially, so I installed it
with:

sudo apt-get install octave-io

The installation seemed to work, and the package is shown as being installed
in Octave when I type:

pkg list

However, the hash command still doesn't seem to be recognized.  I typed "pkg
load io" and then "hash('md5','abc')" and I still get a message which says
"error: 'hash' undefined near line 1 column 1".

This is very puzzling since it seems to work well for Alan.  Any ideas as to
why this still isn't working after the io package has been installed?

Thanks again for your time.



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Hash-function-doesn-t-work-tp4682691p4682696.html
Sent from the Octave - General mailing list archive at Nabble.com.

_______________________________________________
Help-octave mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-octave

try

> pkg load io
> which hash

Tom Dean




reply via email to

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