Question: How to export a small figure

Hello,

I use the fellowing commands to get the figures which I want to insert in a microsoft word document.

sys3 := NewSystem((4*s^2+64*s+224)/(s^4+32*s^3+304*s^2+896*s));
BodePlot(sys3);

But the figures are too big. I want to change the figure size by using some commands, namely, make the figures smaller, but don't change the frequency (x-axes) and magnitude/phase (y-axes) of them. So after size-modifying, the figures can be inserted in a word document properly.

Can you give me some advices?

Thank you very much!

Please Wait...