NotePublic/Software/Applications/Octave/Octave_的安装.md

29 lines
700 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Octave 的安装
## Windows 下安装
Octave [官网下载](https://octave.org/download) 程序包即可,自带 UI 界面。
## Linux 下安装
```bash
# Manjaro
sudo pacman -S octave
```
## 安装软件包
```bash
# Manjaro
yaourt -S octave-linear-algebra
yaourt -S octave-symbolic
```
## 常见问题
### Windows 下启动 UI 界面后出现命令行窗口
一般是 Windows11 下出现这个问题,官方的说法是[默认终端的问题](https://octave.discourse.group/t/workaround-for-weird-behavior-of-command-window-widget-in-windows/4981)。
进入 Windows 设置->系统->开发者选项将“终端”改为Windows 控制台主机,重新启动 Octave GUI 即可。