help-octave
[Top][All Lists]
Advanced

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

problem with op pkg


From: Rory Conolly
Subject: problem with op pkg
Date: Sun, 11 Feb 2018 20:56:16 -0500

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

Help will be appreciated!

- Rory



reply via email to

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