help-octave
[Top][All Lists]
Advanced

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

print


From: paladini
Subject: print
Date: Thu, 9 Feb 2012 17:04:54 +0100

Hello!
I ve got a problem.
I didnt use octave for some years. Now my program doesnt work, and I cant
solve the problem.
I formerly used this code to save a plot:


plot(meanschnipsel)
gset term png;
gset( "output", sprintf("\"%s/PCs/p%s.re%s.meanschnipsel.png\"",path,person,re))
replot
axis
        
I know, I now have to use "print" but I don't know how to realize the handover
of the variables for the directory-path and the name of the plot (in this case
"path", "person","re")

I hope I explained my problem good enough.

Thank you for helping!

Claudia



reply via email to

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