help-octave
[Top][All Lists]
Advanced

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

query related to gset output


From: Umme Salma
Subject: query related to gset output
Date: Wed, 11 Jun 2003 17:27:45 +0530

hi,
gset output 'stat.ps'
 
the above statement saves the plot to a file named stat.ps
 
suppose i need to have a file name which has to be generated & used at runtime
say in my case
j=3
a =strcat('stat',num2str(j),'.ps');
 
and  the value present in argument a should be my file name what is the option?
 
I tried using
gset output a
in this case it gives error
I tried using
gset output 'a'
in this case the file name will just be a.
 
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]