help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem with postscript


From: Umme Salma
Subject: problem with postscript
Date: Mon, 16 Jun 2003 16:53:24 +0530

hi,

given below is a piece of code.

+++++++++++++++++++++++++++++++++++++++++

a=strcat('afirE_afirEaux',num2str(j),'.ps');

eval(['gset output "', a,'"']);

plot(svec,afirE(start:stop),"-1;afirE;",svec,afirEaux(start:stop),"-2;afirEaux;",svec,eda(start:stop),"-3;eda;",svec,edc(start:stop),"-4;edc;");

+++++++++++++++++++++++++++++++++++++++++++

the expected output is to have all four variables(lines) to come on the same page.but when i run this code i get 4 pages .

page1 has one line,the second page 2 lines,third page has 3 lines and the fourth page has 4 lines.

how do i solve this problem

regards,

salma

**************************Disclaimer************************************

Information contained in this E-MAIL being proprietary to Wipro Limited is 
'privileged' and 'confidential' and intended for use only by the individual
 or entity to which it is addressed. You are notified that any use, copying 
or dissemination of the information contained in the E-MAIL in any manner 
whatsoever is strictly prohibited.

***************************************************************************

reply via email to

[Prev in Thread] Current Thread [Next in Thread]