[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: question
From: |
Hall, Benjamin |
Subject: |
RE: question |
Date: |
Tue, 8 Jun 2004 11:35:02 -0400 |
I find the best way to store pictures is just to save the commands used to
create the picture to an m-file and save that. Then, if you want to
recreate the picture/figure in Octave, just rerun the script. This also
makes it really easy to make changes later on. I also like to put a comment
line indicating the print command I used to create the "picture" file so
that later it is easy for me to search through the m-files to figure out
which one I used to create the picture in the first place.
-----Original Message-----
From: Quentin Spencer [mailto:address@hidden
Sent: Tuesday, June 08, 2004 11:01 AM
To: ÀÌÇöö
Cc: address@hidden
Subject: Re: question
이현철 wrote:
>I am a person who is using OCTAVE.
>My question is about how to store the figures.
>I use plot command for pictures, but I don't know how
>to load it to disk.
>
>In case of Matlab, I used print command to save it as
>eps file.
>
>How to load it?
>
The print command can be found in the octave-forge package:
http://sourceforge.net/project/showfiles.php?group_id=2888
-Quentin
-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------
-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------