Re: Octave Workshop 0.9 & Windows Installer

"Shai Ayal" <[email protected]> Mon, 20 Feb 2006 19:24:10 +0200
Newsgroups gmane.comp.gnu.octave.maintainers,gmane.comp.gnu.octave.graphics
Message-ID <[email protected]>
> > * 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 sur=
e 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 a=
go ...

> > * while plot works and brings up gnuplot, freqz does nothing (does no=
t
> > bring up gnuplot, or if gnuplot is already running, does not change
> > the plot). Try
> > [b,a]=3Dbutter(5,0.3);
> > freqz(b,a);
>
> It's interesting because I just fired up octave all by itself and had t=
he
> 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: =C2=B0=E2=96=88=CE=A3=E2=99=A5PW=E2=80=BC=E2=98=BA=E2=99=80
> error: =C3=AA/=E2=95=A8=E2=99=A5PW=E2=80=BC=E2=98=BA=E2=99=80
> error: =C3=AA/=E2=95=A8=E2=99=A5PW=E2=80=BC=E2=98=BA=E2=99=80
>
> This is in Octave, not Workshop. What's going on?

OK, than the problem is: workshop does not show errors :)