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.
我有 4 个不同的子图,我想创建主标题,我读到这可以通过使用suptitle函数来完成,但是,它运行良好,但问题是标题太粗大。我怎样才能让它变小?!
suptitle
感谢你们 :)
将句柄保存到使用 生成的文本标签suptitle,并设置文本属性:
h = suptitle(...) set(h,'FontSize',20,'FontWeight','normal')