Re: [OctDev] trailing garbage when installing 'optim' and 'general'

2010-02-26 Thread Søren Hauberg
fre, 26 02 2010 kl. 14:59 +0100, skrev Olaf Till: > On Fri, Feb 26, 2010 at 10:36:08AM +0100, Carlo de Falco wrote: > > > > On 26 Feb 2010, at 09:39, Olaf Till wrote: > > > >> With optim-1.0.10.tar.gz from the Octave Forge website I get this > >> warning, but not with the optim-1.0.10.tar.gz still

Re: [OctDev] trailing garbage when installing 'optim' and 'general'

2010-02-26 Thread Olaf Till
On Fri, Feb 26, 2010 at 10:36:08AM +0100, Carlo de Falco wrote: > > On 26 Feb 2010, at 09:39, Olaf Till wrote: > >> With optim-1.0.10.tar.gz from the Octave Forge website I get this >> warning, but not with the optim-1.0.10.tar.gz still on my disk (which >> is the one uploaded to Octave Forge). See

[OctDev] octcdf: defining attribute

2010-02-26 Thread nnas
Hi all. Please refer the following octave code. cdf = netcdf('glo_att.nc','c'); date='23-Feb-2010'; cdf.CREATION_DATE = date; cdf.history = 'netcdf file created in octave'; cdf('lon') = 4; cdf('lat') = 2; cdf{'var'} = ncchar('lon','lat'); cdf{'var'}.Time = 'Today'; N=5; cdf{'var'}.['NOTE_',int2s

Re: [OctDev] trailing garbage when installing 'optim' and 'general'

2010-02-26 Thread Carlo de Falco
On 26 Feb 2010, at 09:39, Olaf Till wrote: > With optim-1.0.10.tar.gz from the Octave Forge website I get this > warning, but not with the optim-1.0.10.tar.gz still on my disk (which > is the one uploaded to Octave Forge). Seems to have happened something > during data transmission. Since this al

Re: [OctDev] trailing garbage when installing 'optim' and 'general'

2010-02-26 Thread Olaf Till
On Thu, Feb 25, 2010 at 09:50:16PM -0800, Søren Hauberg wrote: > Hi All > > I've just installed the 'optim' and the 'general package. In both cases > I got warnings like this one > > gzip: /home/hauberg/Hentede filer/optim-1.0.10.tar.gz: > decompression OK, trailing garbage ignore