gpt4 book ai didi

ubuntu - Octave 在 octave 包中找不到函数(流线型)

转载 作者:行者123 更新时间:2023-12-04 07:45:20 24 4
gpt4 key购买 nike

我在 Ubuntu 20.04 上使用 Octave 5.2。复制粘贴example

[x, y] = meshgrid (-1.5:0.2:2, -1:0.2:2);
u = - x / 4 - y;
v = x - y / 4;
streamline (x, y, u, v, 1.7, 1.5);
在 m 文件中并启动脚本,给出
warning: the 'streamline' function is not yet implemented in Octave

Please read <https://www.octave.org/missing.html> to learn how you can
contribute missing functionality.
error: 'streamline' undefined near line 4 column 1
error: called from
quiverexample at line 4 column 1
但我相信它应该出现在 5.2 版本中(流线是在 23/11/2019 上实现的,而 5.2 版本是在 31/01/2020 上构建的)。我应该从源代码构建 Octave 还是有其他方法来解决这个问题?

最佳答案

据我了解,streamline从 v6 开始添加到 Octave :https://www.gnu.org/software/octave/NEWS-6.1.html#alphabetical-list-of-new-functions-added-in-octave-6
您可以简单地尝试从开发源下载相关的 m 文件。或者,从源代码下载最新的 octave 并编译它,这实际上是一个非常简单的过程。 (如果您遇到麻烦,请随时在这里提问)

关于ubuntu - Octave 在 octave 包中找不到函数(流线型),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67228031/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com