help-octave
[Top][All Lists]
Advanced

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

Re: Evaluate scanned plot?


From: Andreas Stahel
Subject: Re: Evaluate scanned plot?
Date: Tue, 26 Oct 2010 15:03:15 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.14) Gecko/20101006 Lightning/1.0b1 Thunderbird/3.0.9

On Mon, Oct 25, 2010 at 11:17:50PM +0100, Johnny wrote:
> > I have a few scanned plots that I would like to extract data from,
> > either automatically or manually into a csv or similar for further
> > analysis in Octave. I have struggled to find any method or application
> > to achieve this and have no idea where to look further.
> >
> > Maybe not directly an Octave issue, but I am sure there is ample
> > experience in the list of this and would appreciate any suggestions!
> >
> > (Using Fedora 13)

The solution below is not as well written as g3data, but useful nonetheless.

With older versions one could read directly from screen, using the X window 
system.
Due to the attempt to move closer to a commercial product the feature was given 
up.
For the convenience of my students (and myself) I keep a copy of the "old"
code around. Thus I can call xinput() and the click on points on the screen to 
grab data.
Find the documentation in Section 2.9 of my lecture notes at
//staff.ti.bfh.ch/sha1/Labs/PWF/Documentation/OctaveAtBFH.pdf
and the code at
//staff.ti.bfh.ch/sha1/Labs/PWF/Codes/Interpolation/octave/

With best regards

Andreas


-- 
Andreas Stahel       E-Mail: address@hidden
Mathematics, BFH-TI  Phone: ++41 +32 32 16 258
Quellgasse 21        Fax:   ++41 +32 321 500
CH-2501 Biel         WWW:   https://staff.ti.bfh.ch/sha1/
Switzerland


reply via email to

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