help-octave
[Top][All Lists]
Advanced

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

Re: fig file


From: Miroslaw Kwasniak
Subject: Re: fig file
Date: Sat, 23 Jun 2007 11:51:04 +0200
User-agent: Mutt/1.5.9i

On Fri, Jun 22, 2007 at 10:43:10PM -0500, Muthiah Annamalai wrote:
> On 6/22/07, Ramanarayan Hariharaputran <address@hidden> wrote:
> > Hi,
> > I am new to octave but had been using matlab for a while. Is there a way of
> > saving the figures as a fig file as in matlab so that it can be edited
> > later.
> >
> > thanks,
> > R
> >
> > _______________________________________________
> 
> AFAIK Matlab 7.0 onwards, FIG file formats are unspecified binary formats.
> Unless anyone can reverse engineer, or understand it, you cannot hope to
> obtain support for Fig format.
> 
> Matlab 6.0 and older have FIG formats that are text-based, and not as bad
> I believe; however it still remains unspecified.

Hmm, downloading random .fig files from net I found that each of then is
matlab .mat named .fig. It has only one variable (structure) inside.
I suppose that name of this variable depends on matlab version used to save
a figure. I found only two types: hgS_050200 and hgS_070000.
Inside of such structure is a handle graphics (sub)tree.

I have only old octave 2.9.2, it reads hgS_050200 without compliants but
hgS_070000 gives many warnings:

   warning: range error for conversion to character value




reply via email to

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