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: mmuetzel
Subject: Re: xlsread return error: No Java support found (no Java JRE? no Java pkg installed AND loaded?)
Date: Fri, 26 Jul 2019 09:12:34 -0500 (CDT)

The output you provide doesn't show any errors.
Are you sure, the data you are trying to read is numeric? Maybe try the
following:
[data_autokorr_num, data_autokorr_str, data_autokorr_raw] = xlsread
('file.xlsx', 'A16:C271');

Please see also the documentation for xlsread:
help xlsread

Markus



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



reply via email to

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