如何清除 Octave 中的命令历史记录

How to clear command history in Octave

Octave左下角出现的历史可以用什么命令清除IDE?

documentation for history的基础上,可以使用-c标志清除当前历史记录

history -c

下面的命令会很方便。

   clc; history -c