问题1 - 复制图表
在使用linux matlab画图后,无法保存figure。
例如在windows下
但是在linux下并没有这个“Copy Figure”的选项。
这是因为 “ The Copy Figure option is not available on Linux® systems. Use the programmatic alternative.”
解决方案:
bar(1:10) %whatever your figure is
print('filename'-dpng')
问题2 - 撤回
在windows ctrl-z,但是在linux matlab无效,
Change the Shortcut’s Active setting to Windows Default Set:
HOME > Preferences > Keyboard > Shortcuts > Active settings