Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在更改颜色条的刻度和刻度标签.. 但是,在保存图形 (*.fig) 并重新打开图形后,看起来 MATLAB 将刻度移到了别处。有没有人遇到过这个问题?
它可能有很多东西;第一次尝试:
set(fig, 'PaperPositionMode', 'auto');
如果这不起作用,你将不得不提供更多关于你如何保存它的信息(通过代码或 GUI,什么命令?),甚至可能你如何设置你的刻度 n' 标签。