我安装在Ubuntu18.04倍频程5.2使用snap。现在我有了5.2倍频程。有个问题。如果我试图打印一个图形(从一个图中)使用
print -dpng figure.png
我获得以下错误消息:
warning: print.m: Ghostscript binary is not available. Only eps output is possible
如果我执行命令
which ghostscript
答案是
/usr/bin/ghostscript.
你能帮帮我吗?
谢谢
发布于 2020-11-27 10:45:12
升级到当前的LTS版本20.04,并通过使用https://packages.ubuntu.com/focal/octave的普通(非快照)包管理和包管理系统自动处理依赖关系,在同一个版本5.2 ( apt install octave
)中安装Octave。
https://stackoverflow.com/questions/64807789
复制相似问题