[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Octave - is there a possibilty to access the data of a plotted curve
From: |
Ben Abbott |
Subject: |
Re: Octave - is there a possibilty to access the data of a plotted curve |
Date: |
Thu, 05 Sep 2013 19:50:18 -0400 |
On Sep 5, 2013, at 5:05 PM, JasonNicholson wrote:
> Another option is
>
> gco = get(gcf,'currentobject');
>
>
> However, when I tested it, it returns an empty matrix. I don't know if it
> will be different in your code. I prefer the answer I posted previously.
>
> Sincerely,
> Jason Nicholson
The "currentobject" property is not yet supported.
Ben