help-octave
[Top][All Lists]
Advanced

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

Octave - is there a possibilty to access the data of a plotted curve


From: Werner Koenig
Subject: Octave - is there a possibilty to access the data of a plotted curve
Date: Thu, 05 Sep 2013 19:21:14 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20

Hello List,

in  matlab there is a possiblity to have a direct
access to plotted curve. With the following code snippet
you get a curve a handle and therefor you can query
curve data  like XData, YData and so on.

h = gco;
co=get(h); % search for active curve
x = co.XData;
y = co.YData;

I have searched in the internet for a similar approach
to do it with octave, but I found no solution.
Is there a way to do this job with octave and when what
is the solution.

So long Werner

returns please to address@hidden


reply via email to

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