Re: [OctDev] Questions about BIM

2011-07-27 Thread c.
Hi, First of all, BIM is a package from Octave-Forge, it is not part of the core Octave project, so the correct place where to discuss this matter is the Octave-Forge mailing list, so I am moving this thread there. On 27 Jul 2011, at 19:42, J Stasko wrote: > I have been looking at the tutoria

Re: [OctDev] inputdlg and Psychtoolbox DrawText

2011-07-27 Thread Philip Nienhuis
Andrew Cohen wrote: > inputdlg from the java package works fine. > Screen('DrawText') from Psychtoolbox (http://psychtoolbox.org) works fine. > > But together... > > The code below hangs and then gives the following error: > > octave: fccache.c:507: FcCacheFini: Assertion `fcCacheChains[i] == > (

[OctDev] inputdlg and Psychtoolbox DrawText

2011-07-27 Thread Andrew Cohen
inputdlg from the java package works fine. Screen('DrawText') from Psychtoolbox (http://psychtoolbox.org) works fine. But together... The code below hangs and then gives the following error: octave: fccache.c:507: FcCacheFini: Assertion `fcCacheChains[i] == ((void *)0)' failed. panic: Aborted

Re: [OctDev] help on Octave / gnuplot

2011-07-27 Thread Julien Salort
AllenBarlow writes: > I just downloaded Octave (version 3.4.0-i386) for Mac OS X and > installed both Octive and gnuplot. Did you try the very latest one: What version of

Re: [OctDev] help on Octave / gnuplot

2011-07-27 Thread Mark Brethen
I installed maxima (couldn't get the symbolic module to work in octave) with gnuplot recently and it seems to be working fine. ### -Mark On Jul 27, 2011, at 11:23 AM, Daniel J Sebald wrote: > Someone submitted a question to OctDev list that seems like it should > fall under gnuplot--somethin

Re: [OctDev] help on Octave / gnuplot

2011-07-27 Thread Daniel J Sebald
Someone submitted a question to OctDev list that seems like it should fall under gnuplot--something about incompatibility in a "dylib" library. The text is here: http://sourceforge.net/mailarchive/forum.php?thread_name=704575DE-4EDB-4C4A-9FF2-D9C599BA3B71%40gmail.com&forum_name=octave-dev Any

[OctDev] control-2.1.52 released in package forum - please upload

2011-07-27 Thread Lukas Reichlin
Hi all, I've just posted control-2.1.52 (SVN Revision 8417) in the package forum [1]. The changes are listed in the NEWS file [2]. The notice for http://octave.sourceforge.net/ July 27, 2011 New release of the package: control-2.1.52 Best regards Lukas [1] http://sourceforge.net/apps/phpbb

[OctDev] help on Octave / gnuplot

2011-07-27 Thread Allen Barlow
I just downloaded Octave (version 3.4.0-i386) for Mac OS X and installed both Octive and gnuplot. Octave seems to run fine on its own, but gnuplot is ... unhappy. If I try this little sequence in Octive, octave-3.4.0:1> x=linspace(0,pi,10); octave-3.4.0:2> y=sin(x); octave-3.4.0:3> plot(x,y);