MatLab 二维绘图( Publication 水平 )

2026-02-13 08:06:20

1、二维默认效果图为:

MatLab 二维绘图( Publication 水平 )

2、添加了一般常有的 修饰 command

如:

xlim();

legend();

xlabel();

title();

当然与之相关的 commnad 还有

ylim();

ylabel();

MatLab 二维绘图( Publication 水平 )

3、一般,默认的 plot parameters 为

               default    publication

width          5.6           varies

height         4.2           varies

fontsize       10              8

linewidth      0.5            1.5

markersize   6.0            8.0

在不同的参数设置下:

MatLab 二维绘图( Publication 水平 )

4、更好的效果可以为:

MatLab 二维绘图( Publication 水平 )

5、最后,添加一下几行,让MatLab 自动输出

high resolution 的 graphic

MatLab 二维绘图( Publication 水平 )

MatLab 二维绘图( Publication 水平 )

猜你喜欢