run octave 源码

accelerate_91819 22 0 ZIP 2021-04-18 02:04:31

音阶 在Python解释器中运行Octave函数和脚本 要求 例子 from pyoctave import Pyoctave import numpy as np # Create the Pyoctave object and explicitly add the path to octave-gui.exe octave = Pyoctave(octave_path='C:/Octave/Octave-5.2.0/mingw64/bin/octave-gui.exe') A = np.array([[ 2, 0, 1], [-1, 1, 0], [-1, 1, 0], [-3, 3, 0]]) # Start Testing m, n = octave.run(nargout=2, target='

用户评论
请输入评论内容
评分:
暂无评论