简体   繁体   English

XLS 函数的八度误差

[英]Octave Error with XLS functions

I just started using Octave, and have been trying to do some operations from data in Excel files.我刚开始使用 Octave,一直在尝试对 Excel 文件中的数据进行一些操作。 I've installed the IO, Java, and Windows packages in Octave, but when I run the script, I get the following error message:我已经在 Octave 中安装了 IO、Java 和 Windows 包,但是当我运行脚本时,我收到以下错误消息:

Looking for supported interfaces:
Excel/COM... not working.
error: No Java support found.
error: called from:
error:   C:\Octave\3.2.4_gcc-4.4.0\share\octave\packages\io-1.0.14\xlsopen.m at
line 395, column 1
error:   C:\Octave\3.2.4_gcc-4.4.0\share\octave\packages\io-1.0.14\xlsopen.m at
line 168, column 15
error:   C:\Octave\3.2.4_gcc-4.4.0\share\octave\packages\io-1.0.14\xlsread.m at
line 215, column 1
error:   C:\Users\Kyle\Desktop\nighttime2.m at line 30, column 18

I've been trying to solve this for a little while now so any help would be greatly appreciated!我一直在尝试解决这个问题一段时间,所以任何帮助将不胜感激!

The first error is No Java support found.第一个错误是No Java support found. So it's probably because you have not properly installed the java package.所以可能是因为你没有正确安装java package。

Read and follow the instructions under the section How to install the java package in Octave?阅读并按照如何在 Octave 中安装 java package 部分下的说明进行操作? in the documentation .文档中。

There is also a document called: How to install the java package in Octave?还有一个文档叫做: How to install the java package in Octave? that can be helpful.这可能会有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM