八度音阶文本读取错误

发布于 2024-12-19 12:23:53 字数 356 浏览 1 评论 0原文

我正在尝试读取带有逗号分隔数据的文本文件,请参阅下面的 data.txt 中的文本,但我不断收到错误

feval: function `print_usage' not found

text1,eq1=a+b*c
text2,eq2=b+c*d
text3,eq3=c+a*a

这是我使用的命令

[names,equation]=textread('data.txt', '%s%s', 'delimiter', ',')

我安装了 io 软件包,并且我我正在使用带有 Octave 3.2.4 的 ubuntu 10.04

谢谢

I'm trying to read in a text file with comma delimited data see text of what's in data.txt below but I keep getting an error

feval: function `print_usage' not found

text1,eq1=a+b*c
text2,eq2=b+c*d
text3,eq3=c+a*a

This the command I use

[names,equation]=textread('data.txt', '%s%s', 'delimiter', ',')

I have the io package installed and I'm using ubuntu 10.04 with octave 3.2.4

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不再让梦枯萎 2024-12-26 12:23:53

您的安装有问题。对我来说效果很好。 (我在不同的发行版上)

Something is wrong with your installation. For me it works fine. (I'm on different distro)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文