Question: How to plot several figures in a customer size?

Hello,

I have several figures generated by ZeroPolePlot command, I feel the figures are not the size which I expect, so I can make the figures a little bigger or smaller by dragging the edge of them. But for several figures, it is difficult to make them to be just the same size, namely, all the figures' height=200, weidth=200. In one thread, Mr. Robert Israel told me how to export a figure, I trid to use the method to let the figure just appeared in the worksheet, not export it, but got some errors. Is there any way to reach the target? For example:

with(DynamicSystems):

sys:=TransferFunction((s+1)/(s+2)):

ZeroPolePlot(sys)

Best regards.

Please Wait...