简体   繁体   English

在Octave中安装伪造软件包

[英]Installing forge package in Octave

I am trying to install forge odepkg in Octave 4.0.0 on Windows . 我正在尝试在Windows Octave 4.0.0 install forge odepkg However, when I try with 但是,当我尝试

pkg install -forge  odepkg-0.8.5

I get this error: 我收到此错误:

cellfun: C must be a cell array cellfun:C必须是一个单元格数组

Anyone can help? 有人可以帮忙吗?

Download new version of Octave (4.0.1) for Windows ( octave-4.0.1-installer.exe ). 为Windows下载新版本的Octave(4.0.1)( octave-4.0.1-installer.exe )。 The odepkg package and a lot of another packages are installed already in this distributive. 此发行版中已经安装了odepkg软件包和许多其他软件包。 So for using odepkg you need type only one command: 因此,对于使用odepkg,您只需要键入一个命令:

pkg load odepkg

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

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