[OctDev] [Changeset]: fix for plot(zeros(1, 0), zeros(1, 0) (Was: Octave-Forge: boxplot)

2008-03-28 Thread David Bateman
I'd hesitate to make that change since as you say the bug is in Octave itself.. We shouldn't add additional cruft to work around bugs when we can fix the issue at the source.. This reason this issue is happening is that isvector([]) returns false whereas isvector(zeros(1,0)) returns true which is

Re: [OctDev] window@(tukeywin,n)

2008-03-28 Thread David Bateman
Laufer, Ralph wrote: I am a complete newbie and was wondering if Octave can interpret a Matlab window function of the type: w = window(@tukeywin,n) and if so, are there any special add-ins needed? Thanks Ralph The reason for the sick syntax in windows is that w = window()

Re: [OctDev] fixed fails to build on linux

2008-03-28 Thread Tatsuro MATSUOKA
Hello I felt bad in the morning so that I canceled today's work. In the afternoon my situaion rather became better so I tried the be below. I have down loaded the SVN today by langus (an alias comand by me to set locale to US for avoiding character traslation mistakes) svn co