Re: [OctDev] octave-forge Ubuntu 10.04 installation

2010-10-29 Thread Carnë Draug
On 29 October 2010 22:13, Thomas Weber wrote: > Why didn't you just search for 'octave'? I believe he wanted to install all octave-forge packages from command line. If you install everything that has octave on the name or description, it would also instal qtoctave for example. And typing manually

Re: [OctDev] octave-forge Ubuntu 10.04 installation

2010-10-29 Thread Thomas Weber
On Wed, Oct 27, 2010 at 02:09:26PM +0200, dueni...@mathematik.tu-darmstadt.de wrote: > Hi, > I just had to install all of the octave-forge packages on an Ubuntu > 10.04 system and it turned out that the packages are not available via > aptitude. The command > sudo aptitude install $(aptitude sea

Re: [OctDev] dataframe-0.8 released

2010-10-29 Thread c.
On 29 Oct 2010, at 16:40, Pascal Dupuis wrote: > 2010/10/29 c. : > > >> As I already wrote in the forum, >> the package tarball is built incorrectly, >> it includes .svn directories which should not be there. >> To make sure this does not happen, you should do >> >> cd octave-forge/extra >> svn e

Re: [OctDev] dataframe-0.8 released

2010-10-29 Thread c.
On 29 Oct 2010, at 14:53, depuis wrote: > A new version of dataframe has been uploaded to > http://sourceforge.net/apps/phpbb/octave/viewforum.php?f=1 > > Improvments: > - don't choke when reading CSV files with empty fields > - basic operations (+,-,*,/,\) as well as dotted equivalent (.*, ...)

[OctDev] dataframe-0.8 released

2010-10-29 Thread depuis
A new version of dataframe has been uploaded to http://sourceforge.net/apps/phpbb/octave/viewforum.php?f=1 Improvments: - don't choke when reading CSV files with empty fields - basic operations (+,-,*,/,\) as well as dotted equivalent (.*, ...) implemented - many bugfixes - ability to create an em

Re: [OctDev] ODS (OpenOffice.org Calc) write support added to IO pkg

2010-10-29 Thread Philip Nienhuis
Hello Jean, charbar wrote: > > > PhilipNienhuis wrote: >> As an aside, has anybody really tried the xls/ods scripts? I'd really >> appreciate wider use& testing& suggestions for improvement. > When I run an .m file that calls odswrite, Octave readouts that it is Well, first of all: thank

Re: [OctDev] Error messages I got when installing the stati stics package.‏

2010-10-29 Thread Carnë Draug
2010/10/28 Jean-Victor Côté : > octave help fc1rQF:59: Misplaced {. > ...}. > warning: gen_doc_cache: unusable help text in 'boxplot'  Ignoring function. Hi Jean this bug is already fixed on the development version. The function should work normaly, the only effect is that you can't see the help

Re: [OctDev] Installation issue with the io package

2010-10-29 Thread Philip Nienhuis
Jean-Victor Côté wrote: > After installing the mingw32 package, I installed the io package with ? The io package (v. 1.0.11) is included in the mingw32 installer. You just need to select it during installation. Or did you want the newer io-1.0.13 version? > some success, the caveat being that I

[OctDev] Permutations

2010-10-29 Thread martin . ecarnot
Hello, I've been searching for a function that give all permutations of c elements in n, as "combnk" Matlab function. I fund in this forum http://octave.1599824.n4.nabble.com/combinations-td1636272.html a solution using "perms" function. However, "perms" function sets a matrix of prod(2:n) line,

Re: [OctDev] ODS (OpenOffice.org Calc) write support added to IO pkg

2010-10-29 Thread charbar
PhilipNienhuis wrote: > > Benjamin Lindner wrote: >> Philip Nienhuis wrote: >>> Subject says /almost/ all. >>> >>> I've added some scripts to the IO package for writing ODS spreadsheet >>> files using the java package and ODF toolkit. (Preliminary support using >>> jOpenDocument (also java-based

[OctDev] Installation issue with the io package

2010-10-29 Thread Jean-Victor Côté
After installing the mingw32 package, I installed the io package with some success, the caveat being that I still got some error messages, which at last did not seem to be fatal: >textread.cc: In member function 'long unsigned int TextFile::lines(int)': >textread.cc:96: warning: comparison bet

[OctDev] Error messages I got when installing th e statistics package.‏

2010-10-29 Thread Jean-Victor Côté
octave help fc1rQF:59: Misplaced {. ...}. warning: gen_doc_cache: unusable help text in 'boxplot' Ignoring function. Jean-Victor Côté -- Nokia and AT&T present the 2010 Calli

[OctDev] octave-forge Ubuntu 10.04 installation

2010-10-29 Thread dueni...@mathematik.tu-darmstadt.de
Hi, I just had to install all of the octave-forge packages on an Ubuntu 10.04 system and it turned out that the packages are not available via aptitude. The command sudo aptitude install $(aptitude search ?description\(octave-forge\) | awk '{print $2}') finally did the job. Maybe someone could p

[OctDev] I got the following error messages whil e installing miscellaneous.‏

2010-10-29 Thread Jean-Victor Côté
xmltree_read.1: In function 'xml lex': ...warning: operation on 'pcdata' may be undefined (repeated many times) xmltree_read.act: At top level: ...warning: 'bufferliteral' defined but not used ...warning: 'input' defined but not used Jean-Victor Côté -