[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: |
cmt |
Subject: |
Re: xlsread return error: No Java support found (no Java JRE? no Java pkg installed AND loaded?) |
Date: |
Mon, 29 Jul 2019 03:06:04 -0500 (CDT) |
Hi mmuetzel,
thanks for your quick help. I tried your Code and it worked partially. The
data is read and stored in data_autokorr_num, data_autokorr_str,
data_autokorr_raw. The remaining Problem ist the Format. The original data
Looks like:
0.000 12.000 15.000
0.006 12.000 15.000
0.012 12.000 15.000
but for data_autokorr_num I receive:
NaN 12000 15000
NaN 12000 15000
NaN 12000 15000
and for data_autokorr_raw:
0.000 12000 15000
0.006 12000 15000
0.012 12000 15000
and for data_autokorr_str:
0.000 12000 15000
0.006 12000 15000
0.012 12000 15000
Is it a Problem, that the german Version of Excel denote the "." as a
sperator for 10^3? But why does it work for the first column?
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html