我可以使用 fimplicit3 命令在 MATLAB 上绘制隐式曲面 (x^8) (y^2) (z^6) = 0,但我在 Octave 中找不到类似的命令。
在 MATLAB 和 Octave 兼容的印象下,我将相同的行复制粘贴到 Octave 中,它返回一条错误消息:“错误:‘fimplicit3’在第 1 行第 1 列附近未定义”。
我如何在 Octave 上绘制它?
我使用命令pip install pyinstaller在 Windows 10 上为 Python 3.7 安装 PyInstaller,但命令提示符给了我以下错误:
ModuleNotFoundError: No module named 'pywintypes'
...
ModuleNotFoundError: No module named 'cffi'
...
During handling of the above exception, another exception occurred:
...
SyntaxError: invalid syntax
----------------------------------------`
Command "python setup.py egg_info" failed with error code 1 in C:\Users\MUHAMM~1\AppData\Local\Temp\pip-install-6_q2lzs2\pyinstaller\
Run Code Online (Sandbox Code Playgroud)
我安装了 midule cffi,然后尝试安装pywintypes但没有找到。
有什么帮助吗?提前致谢。