[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: error: 'xlsread' undefined
From: |
PhilipNienhuis |
Subject: |
Re: error: 'xlsread' undefined |
Date: |
Mon, 14 Nov 2016 01:02:27 -0800 (PST) |
freevolution wrote
> Hi Philip,
> I propose you one solution.
>
> The 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.
Thanks, but I am not the one who needs a solution.... the OP ("Reza") did.
What you propose above is simply -pardon me- nonsense. Never ever copy data
files into octave-forge package directories.
What is wrong with a simple "pkg load io" ?
Philip
--
View this message in context:
http://octave.1599824.n4.nabble.com/error-xlsread-undefined-tp4676441p4680604.html
Sent from the Octave - General mailing list archive at Nabble.com.