From graphics-request at octave dot org Mon Feb 20 11:25:46 2006 Subject: Re: Octave Workshop 0.9 & Windows Installer From: "Shai Ayal" To: "Sebastien Loisel" Cc: "octave maintainers mailing list" , octave-graphics Date: Mon, 20 Feb 2006 19:24:10 +0200 > > * binding Ctrl-A to the "about box" is annoying -- in readline this > > OK, I will try to think of a better way next time. However, I'm not sure I'm > going to try to emulate anything but Matlab. I think this also works in matlab, but I last used matlab about 5 years ago ... > > * while plot works and brings up gnuplot, freqz does nothing (does not > > bring up gnuplot, or if gnuplot is already running, does not change > > the plot). Try > > [b,a]=butter(5,0.3); > > freqz(b,a); > > It's interesting because I just fired up octave all by itself and had the > same problem. Here's the error output I get: > > octave.exe:2> freqz(b,a); > error: `automatic_replot' undefined near line 44 column 22 > error: evaluating assignment expression near line 44, column 20 > error: `replot_state' undefined near line 91 column 26 > error: evaluating assignment expression near line 91, column 24 > error: °█Σ♥PW‼☺♀ > error: ê/╨♥PW‼☺♀ > error: ê/╨♥PW‼☺♀ > > This is in Octave, not Workshop. What's going on? OK, than the problem is: workshop does not show errors :)