Hi all,
Don't know if this is the right place , but I'll give it a try. If anyone
is interested I created the library for using Octave from c#.
Link: http://github.com/apaka/octave-sharp
For now it's a little more than proof of concept
Best regards.
---
Hi,
It looks like the behavior of 'line' changed with the latest Octave
versions, generating unexpected errors in older pieces of codes. For
instance, the following code :
cax = figure('visible','off');clf;
cfig = get(cax,'Parent');
hold_state = ishold;
ax_nextplot = lower(get(cax,'NextPlot'));
On 28 June 2012 09:59, fabien amiot wrote:
> It looks like the behavior of 'line' changed with the latest Octave
> versions, generating unexpected errors in older pieces of codes. For
> instance, the following code :
>
> cax = figure('visible','off');clf;
> cfig = get(cax,'Parent');
> hold_state =