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: oxyopes
Subject: Re: loading a file using a variable name
Date: Thu, 12 Jul 2007 21:22:09 +0200

But this works ...        :-)

name='xxx'
eval(sprintf("print -deps %s", name ))


As well as this does not work:

name='test.eps'
print -deps name



reply via email to

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