mathematica 有没有像MATLAB的subplot的绘制子图的功能?


GraphicsGrid函数可以,还有GraphicsRow和GraphicsColumn。毁腊一嫌族个例子:纤者滑
h1 = Plot[Sin[x], {x, -2 Pi, 2 Pi}];
h2 = Plot[Cos[x], {x, -2 Pi, 2 Pi}];
h3 = Plot[Sinc[x], {x, -2 Pi, 2 Pi}];
h4 = Plot[Abs[x], {x, -2 Pi, 2 Pi}];
GraphicsGrid[{{h1, h1}, {h3, h4}}]