Re: Matlab question, pls help me# EE - 电子工程
k*s
1 楼
When you get the graph(for example, the graph is titled with Figure N0. 1),
just click the menu of "file", then choose the item of "Page Position...",
and then you choose your desired paper size(normally it's unitted with
"inched") and paper orientation. Print as you want if it's on PC.
If it's on UNIX, the situation is a little bit complex, after you configure
the paper size and orientation,
Type as followed---
figure(*) (under MATLAB)
print -depsc2 filename.eps(MATLAB)
lpr -Punixname filename.
just click the menu of "file", then choose the item of "Page Position...",
and then you choose your desired paper size(normally it's unitted with
"inched") and paper orientation. Print as you want if it's on PC.
If it's on UNIX, the situation is a little bit complex, after you configure
the paper size and orientation,
Type as followed---
figure(*) (under MATLAB)
print -depsc2 filename.eps(MATLAB)
lpr -Punixname filename.