help-octave
[Top][All Lists]
Advanced

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

Re: problem with op pkg


From: Thomas D. Dean
Subject: Re: problem with op pkg
Date: Sun, 11 Feb 2018 19:51:45 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

On 02/11/18 17:56, Rory Conolly wrote:
I'm new to Octave, so apologies if I'm missing something simple. Typing
ver gives

GNU Octave Version: 4.2.1
GNU Octave License: GNU General Public License
Operating System: MINGW32_NT-6.2 Windows 6.2  x86_64

and lists many packages, inlcuding
----------------------------------------------------------------------
Package Name         | Version | Installation directory
---------------------+---------+-----------------------
                  io  |  2.4.10 |
C:\Octave\Octave-4.2.1\share\octave\packages\io-2.4.10
I want to use xlsread and xlswrite from the io package, but they are not
recognized:

  xlsread
warning: Functions for spreadsheet style I/O (.xls .xlsx .sxc .ods .dbf .wk1
etc.)  are provided in the io package.  See <http://octave.sf.net/io/>.

Please read <http://www.octave.org/missing.html> to learn how you can
contribute missing functionality.
error: 'xlsread' undefined near line 1 column 1

So, it looks like the io package is installed but not functioning. If i
try to load it, I get

 >> load io-2.4.10.tar.gz
error: load: unable to find file io-2.4.10.tar.gz
 >> load io-2.4.10
error: load: unable to find file io-2.4.10


What does 'pkg load io' do?

Tom Dean


reply via email to

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