Mathematica中文论坛-非官方

标题: 豆粑粑 matlab subplot的图,总的title [打印本页]

作者: meatball1982    时间: 2018-9-27 09:38
标题: 豆粑粑 matlab subplot的图,总的title
每个子图都有自己的title. 然后,figure有一个总的title.在fileexchange里,有一个suptitle函数。好用。





  1. clear all
  2. clc

  3. x=[1:0.2:5];
  4. y=sin(x);

  5. subplot(1,2,1)
  6. peaks;
  7. title('I am title 1')

  8. subplot(1,2,2)
  9. plot(x,y,'linewidth',2)
  10. title('I am title 2')

  11. suptitle(' I am all title')
复制代码
函数在附件

suptitle.m.tar

4.5 KB, 下载次数: 0






欢迎光临 Mathematica中文论坛-非官方 (http://ilovemathematica.com/) Powered by Discuz! X3.2