help-octave
[Top][All Lists]
Advanced

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

Re: xlsread return error: No Java support found (no Java JRE? no Java pk


From: nrjank
Subject: Re: xlsread return error: No Java support found (no Java JRE? no Java pkg installed AND loaded?)
Date: Mon, 18 Nov 2019 09:42:24 -0600 (CST)

>> [data_autokorr_num, data_autokorr_str, data_autokorr_raw] =
>> xlsread(test.xls)
error: Invalid call to test.  Correct usage is:


(you should probably create a new message thread next time, your issues
seems unrelated to Java)

first, don't split up that command over two lines.  Second, test.xls needs
to be in quotes (filenames are strings).  I thinks you're trying to call the
function test.

try:

>> [data_autokorr_num, data_autokorr_str, data_autokorr_raw] =
>> xlsread("test.xls")



--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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