[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: xlswrite problem on Windows
From: |
Andreas Weber |
Subject: |
Re: xlswrite problem on Windows |
Date: |
Fri, 24 Feb 2017 09:38:17 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.3.0 |
Am 23.02.2017 um 23:43 schrieb Athanatos:
> ...
> First time I get an error concerning xlswrite
>
> 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: 'xlswrite' undefined near line 33 column 1
> error: called from
> extractplatforms at line 33 column 1
>
> Running the command, pkg list, shows that the io package is present, I even
> found the xlswrite.m file.
Have you loaded it?
pkg load io
http://wiki.octave.org/FAQ#I_have_installed_a_package_but_still_get_a_.22foo_undefined.22_error
-- Andy