help-octave
[Top][All Lists]
Advanced

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

Re: loading a file using a variable name


From: James Sherman Jr.
Subject: Re: loading a file using a variable name
Date: Thu, 12 Jul 2007 15:43:42 -0400

When you want to use variables, I believe that you have to use the "functional" form (for lack of a better term).  I believe that this should work:
> name = "test.eps"
> print(name, "-deps")
or just simply
> print -deps test.eps


On 7/12/07, address@hidden < address@hidden> wrote:
As well as this does not work:

name=' test.eps'
print -deps name
_______________________________________________
Help-octave mailing list
address@hidden
https://www.cae.wisc.edu/mailman/listinfo/help-octave


reply via email to

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