[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: error: 'xlsread' undefined
From: |
freevolution |
Subject: |
Re: error: 'xlsread' undefined |
Date: |
Sun, 13 Nov 2016 09:32:00 -0800 (PST) |
Hi Philip,
I propose you one solution.
command line "pkg list" shows you the path where io is installed.
So via the octave workspace :
* copy instead your xls file : cp yourXlsFile.xls /home/octave/io-2.4.1
* go inside : cd /home/octave/io-2.4.1
* and run your command line : xlsread("yourXlsFile.xls")
%As a matter of fact inside you can find the file name "xlsread.m" that you
want to execute.
Command line : ls
It's not the best solution, but it's works.
I hope this solution could help you.
Freevolution
--
View this message in context:
http://octave.1599824.n4.nabble.com/error-xlsread-undefined-tp4676441p4680597.html
Sent from the Octave - General mailing list archive at Nabble.com.
- Re: error: 'xlsread' undefined,
freevolution <=