[OctDev] octave-sharp

2012-06-28 Thread dragan mladenovic
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. ---

[OctDev] bug with line function?

2012-06-28 Thread fabien amiot
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'));

Re: [OctDev] bug with line function?

2012-06-28 Thread Jordi GutiƩrrez Hermoso
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 =