[OctDev] Audio package

2009-01-02 Thread David
ements, then maybe I can contribute some of the functions I've developed myself. Thanks, David. -- ___ Octave-dev mailing list Octave-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/octave-dev

Re: [OctDev] Audio package

2009-01-05 Thread David
erge (varargin) # varargin - one or more variables containing sound data If you or anyone else has any suggestions or comments, please let me know. Thanks, David. On Fri, Jan 2, 2009 at 11:39 AM, David Bateman wrote: > David wrote: > >> Hi! >> I'm a new user of Octave, pr

Re: [OctDev] Audio package

2009-01-06 Thread David
t would work to me: if hi wrote: > man, 05 01 2009 kl. 09:54 -0500, skrev David: > > They have a lot in common, of course, but I'm wondering if I should > > try to extend the Audio pkg, or start from scratch, building on the > > built-in audio functions documented i

Re: [OctDev] Audio package

2009-01-07 Thread David
0.3) under Windows XP sp 2, and when I type in 'clear all', Octave crashes with a message about an invalid memory reference or something (the dialogue box disappears before I can copy down the message). Has anyone else noticed this? David. On Wed, Jan 7, 2009 at 2:19 PM, Jonathan Kotta wro

Re: [OctDev] Audio package

2009-01-13 Thread David
e:8> ML_REFFREQ ans = 437 David. On Tue, Jan 13, 2009 at 1:36 PM, Jonathan Kotta wrote: > On Fri, Jan 9, 2009 at 12:56 PM, Søren Hauberg wrote: >> Your accessor functions all seem to follow the same structure. An >> example is 'ML_REFFREQ' which looks like this: >>

Re: [OctDev] New release tomorrow

2009-05-09 Thread David Bateman
Søren Hauberg wrote: > tor, 07 05 2009 kl. 01:24 +0200, skrev David Bateman: > >> What I did in this case was to try and make a release for a particular >> version of Octave (3.1.55 in this case) and so the fact that all >> packages could be build with a single ver

Re: [OctDev] New release of Octave-forge packages

2009-05-09 Thread David Bateman
quite a number of functions other than imread and imwrite that were ported to the Octave core. So even if a package supports 3.0.x its possible that there'll be a regression in the functionality. Other function that I know moved from octave-forge are csvread, cvswrite, and dlmwrite, though the

Re: [OctDev] Compilation fails for fixed 0.7.9

2009-05-17 Thread David Bateman
gt; [with MT = FixedMatrix]’: > ov-fixed-mat.cc:59: instantiated from here > ov-base-fixed-mat.cc:109: error: ‘class FixedMatrix’ has no member named > ‘assign’ > > Any hint? > > Funny I've almost finished porting the fixed package to 3.1.55 so I don&#

Re: [OctDev] Compilation fails for fixed 0.7.9

2009-05-17 Thread David Bateman
Rafael Laboissiere wrote: > * David Bateman [2009-05-17 17:46]: > > >> Rafael Laboissiere wrote: >> >>> Compilation against Octave 3.0.5 of the fixed package version 0.7.9 fails >>> on my Debian sid system with: >>> >&g

Re: [OctDev] arpack: eigs crash with octave 3.0.5 compiled with --enable-64

2009-06-05 Thread David Bateman
t; octave_idx_type (which becomes 64 bit with --enable-64). If other > fortran compiler work differently, it would be easier to modify the > code. > > If people are fine with the attached patch, I can apply it to octave-forge. > > Cheers, > Alex >

Re: [OctDev] Error building combinatorics-1.0.8 on octave 3.2.0

2009-06-06 Thread David Bateman
; +++ combinatorics-1.0.8b/src/partint.cc 2009-06-06 22:29:04 +0200 > @@ -22,6 +22,7 @@ > > > #include > +#include > > #include "partint.h" > This is already fixed in the SVN D. -- David Batemandbate...@dbateman.org

Re: [OctDev] arpack: eigs crash with octave 3.0.5 compiled with --enable-64

2009-06-07 Thread David Bateman
Alexander Barth wrote: > On Fri, Jun 5, 2009 at 9:20 PM, David Bateman wrote: > >> Why not just use >> octave_idx_type if the fortran logical index is 8bit with --enable-64? >> >> > > This is in the end what I did, but I declared a macro > octave_f

Re: [OctDev] Installing forge packages from svn

2009-06-07 Thread David Bateman
> benjamin > > ./autogen.sh ./configure mkdir packages cd main make pkg/optim cd ../packages/main octave --eval "pkg install optim-1.0.6.tar.gz" D. -- David Batemandbate...@dbateman.org 35 rue Gambetta

Re: [OctDev] arpack: eigs crash with octave 3.0.5 compiled with --enable-64

2009-06-07 Thread David Bateman
LOGICALs in external interfaces at > all and just use INTEGERs. > > cheers > > Then the pgf90 compiler with the -i8 flag is not standards compliant. Given that, then yes just using octave_idx_type is the right thing D. -- David Bateman

Re: [OctDev] Error installing fixed pkg under octave 3.2.0

2009-06-07 Thread David Bateman
ary-expression before 'd' > fixedMatrix.cc:874: error: 'retval' was not declared in this scope > fixedMatrix.cc:874: error: 'i' was not declared in this scope > fixedMatrix.cc:874: error: 'd' was not d

Re: [OctDev] access to svn

2009-07-07 Thread David Bateman
; forge name is "paramaniac". > > Regards, > Lukas > Done D. -- David Batemandbate...@dbateman.org 35 rue Gambetta +33 1 46 04 02 18 (Home) 92100 Boulogne-Bi

Re: [OctDev] qammod proposed update

2009-07-10 Thread David Bateman
. Basically, type I's are circular constellations, > and they're useful in fading channels if you use a differential coding > scheme. > > You can use the qamdemod that already exists in the communications > package, though you may have to chang

Re: [OctDev] proposed patch: qamdemod() fix and speed up

2009-07-19 Thread David Bateman
d at the time I wrote them so this code might serve as a basis, but it probably makes sense to check that the same gray mappings are used in the matlab versions of qaskenco and qammod before doing this.. See the thread http://www.nabble.com/qammod-proposed-update-to24420799.html that prop

Re: [OctDev] proposed patch: qamdemod() fix and speed up

2009-07-20 Thread David Bateman
ctave? Where should they be documented? Shouldn't there be a > website and doc page listing the differences package-wise? > In the docstring of the function itself is the best place. D. -- David Batemandbate

Re: [OctDev] proposed patch: qamdemod() fix and speed up

2009-07-20 Thread David Bateman
David Bateman wrote: Christian Neumair wrote: Thank you for the link. Comparing qaskenco() from MATLAB R2008 / 7.7.0.471 and the code written by you (octave 3.0.1), it looks like a) MATLAB's version *always* returns column vectors while octave's automatically returns row vectors

Re: [OctDev] fixed-0.7.10.tar.gz with octave-3.2.2

2009-08-28 Thread David Bateman
able to reproduce this problem I don't see how I can fix it. Note that I had no other packages installed when installing the fixed package. D. -- David Batemandbate...@dbateman.org 35 rue Gambetta

Re: [OctDev] fixed-0.7.10.tar.gz with octave-3.2.2

2009-08-28 Thread David Bateman
SVN with a patch form the 13 June.. The last release of octave-forge was 8 June and so the difference is the instantiation.. So this seems to already be patched.. The next release of octave-forge will fix this issue. D. -- David Batemandbate...@dbateman.org 35

Re: [OctDev] Release system / web page generation

2009-10-18 Thread David Bateman
categories and alphanumeric in the navbar isn't quite as nice as it used to be though.. Any chance of having the old navbar back, or does that go against each package is managed separately? D. -- David Batemandbate...@dbateman.org 35 rue Gambetta

[OctDev] Cannot install miscellaneous package on Snow Leopard (OSX 10.6)

2009-12-04 Thread David Hirsch
This is my first time on this list. I've searched for reports of this problem on this list's archive and the other (nabble-based) list, without finding any. I would like to know if there is a fix for this - will the package install if I try to build Octave from source? It would appear not

[OctDev] [Solved] Re: Cannot install miscellaneous package on Snow Leopard (OSX 10.6)

2009-12-04 Thread David Hirsch
From the link you supplied, I eventually found this fix: http://www.supermegaultragroovy.com/blog/2009/09/17/installing-octave-packages-in-snow-leopard/ Installing miscellaneous works fine now. Thanks! -Dave On Dec 4, 2009, at 11:30 AM, Thomas Treichl wrote: > David Hirsch schrieb: >

Re: [OctDev] Advice needed on contribution of .xls (Excel) access scripts

2009-12-04 Thread David Bateman
Philip Nienhuis wrote: > Hi, > > At my employer's office we use Matlab intensively and many, many data > are kept & handled in Excel spreadsheet files. So to be able to use > octave there I've made xlsread / xlswrite / xlsfinfo scripts as > octave drop-in replacements for use in procedures otherwis

Re: [OctDev] Advice needed on contribution of .xls (Excel) access scripts

2009-12-05 Thread David Bateman
Philip Nienhuis wrote: >> I tend to use texinfo so that help pages appear correctly and I can >> include all of the documentation in a *.info in the directory with >> the functions and "doc " can give more complete documentation >> including examples and context than the help file can. > > Hmmm,

Re: [OctDev] MarkerSize has no effect

2009-12-16 Thread David Bateman
Phil Fong wrote: > It does not seem possible to draw filled in circle markers of different > sizes. "plot(0:10,0:2:20,'o','MarkerSize',10, 'MarkerFaceColor', 'b')" gives > circles with a dot in the center. But that seems to be due to MarkerFaceColor > having no effect. "plot(0:10,0:2:20,'s','M

Re: [OctDev] I want to contribute to octave project.

2009-12-27 Thread David Bateman
of the manual. You should see the octave/doc/interpreter directory for the English versions of these files. This should be too hard to add to the octave-forge translations support system. I and others could help out with the build system if yo

[OctDev] disabled yahoo e-mail accounts

2010-01-20 Thread David Bateman
I just received more than 20 messages from sourceforge announcing that an e-mail address at yahoo has been disabled due to excessive bounces.. Should I re-enable these accounts D. -- Throughout its 18-year history, RSA

Re: [OctDev] New release system and web page up and running

2010-02-08 Thread David Bateman
Søren Hauberg wrote: > comm > The SVN version doesn't compile for me due to changes in > the unwind_protect API. > > fixed > The SVN version doesn't compile for me. > > triangular > Version 1.0.4 of the package doesn't build for me. > Are you building with 3.2.x or the deve

Re: [OctDev] New release system and web page up and running

2010-02-08 Thread David Bateman
ve.sourceforge.net/communications/index.html no longer has a link to the comms toolbox manual as it used to have. Cheers David -- David Batemandbate...@dbateman.org 35 rue Gambetta +33 1 46 04 02 18 (Home) 92100 B

Re: [OctDev] OctPROJ: a new package for Octave-Forge

2010-02-09 Thread David Grundberg
f sprintf(auxErrorText, "Projection error in point %d (index starts at 1)", i+1); //warning warning(auxErrorText); Here to help, David

Re: [OctDev] How are md5 checksums generated in the translations?

2010-02-09 Thread David Bateman
Javier Enciso wrote: > On Tue, Feb 9, 2010 at 7:47 AM, Søren Hauberg wrote: > > >> Hi All >> >> I just had a quick look at how we could possibly move the code for >> dealing with translations to m-files. I think it should be >> straight-forward, except I can't figure out how the md5 checksums i

Re: [OctDev] New release system and web page up and running

2010-02-09 Thread David Bateman
Søren Hauberg wrote: > man, 08 02 2010 kl. 20:08 +0100, skrev Javier Enciso: > >> It would be very nice if you or someone else from Octave's localization >> team can figure out what the problem is and how to solve it. >> >> I hope after that, everything would be in place for releasing the >> S

Re: [OctDev] New release system and web page up and running

2010-02-09 Thread David Bateman
Søren Hauberg wrote: > tir, 09 02 2010 kl. 01:08 +0100, skrev David Bateman: > >> The site looks good, but a few simple bugs I noticed >> >> * On the the page http://octave.sourceforge.net/links.html the packages >> link points to packages.html and not packages.ph

Re: [OctDev] New release system and web page up and running

2010-02-13 Thread David Bateman
Carlo de Falco wrote: > On 12 Feb 2010, at 23:13, Søren Hauberg wrote: > > >> I don't think an elegant solution to this problem is feasibly. What I >> have written is quite a hack, but it works most of the time. We >> could in >> principle introduce a new texinfo macro that marks the first sen

Re: [OctDev] imread long time with large multipage tif

2010-02-23 Thread David Grundberg
ke imread 10x faster: http://hg.savannah.gnu.org/hgweb/octave/rev/13d382fc758b There might be a problem with multi-frame images, I don't have any such image so I can't tell. Do you read the image all at once or frame by frame?

Re: [OctDev] imread long time with large multipage tif

2010-02-23 Thread David Grundberg
Søren Hauberg skrev: > tir, 23 02 2010 kl. 21:43 +0100, skrev David Grundberg: > >> I don't know if the underlaying tiff library supports reading single frames. >> >> One way to work-around any frame loading problem is to make sure that >> all frames ar

Re: [OctDev] New release system and web page up and running

2010-02-28 Thread David Bateman
Søren Hauberg wrote: > ons, 10 02 2010 kl. 00:09 +0100, skrev David Bateman: > >> Another nice feature of the old site was the link on the >> function pages to the SVN/HG repository copy of the file containing the >> definition of the function. This made quickly

Re: [OctDev] block sparse matrices

2010-03-09 Thread David Bateman
Jaroslav Hajek wrote: > hi all, > > I contributed a toy implementation of block sparse matrices to the > linear-algebra package (also attached). > This is probably not meant for serious business, as all the code is > m-files only, but is rather a demonstration of what can now be done in > Octave. >

Re: [OctDev] block sparse matrices

2010-03-09 Thread David Bateman
Jaroslav Hajek wrote: I think I looked into those sources briefly (because I also noticed that it implements basic ops), but indeed there seems to be nothing magical (read: no assembler). Some operations we need (such as transpose-multiply or diagonal scaling) were not even there, I think. That d

Re: [OctDev] using neural net package

2010-03-10 Thread David Grundberg
n 3.2.2 > > regards > > Michael > The error ("") bug was fixed in 2009-09-30. IIRC, it's in the 3.2 series. Try upgrading. David -- Download Intel® Parallel Studio Eval Try the new softwa

Re: [OctDev] block sparse matrices

2010-03-10 Thread David Bateman
Jaroslav Hajek wrote: > On Tue, Mar 9, 2010 at 11:14 PM, David Bateman wrote: > >> Jaroslav Hajek wrote: >> >>> I think I looked into those sources briefly (because I also noticed >>> that it implements basic ops), but indeed there seems to be not

Re: [OctDev] block sparse matrices

2010-03-11 Thread David Bateman
Jaroslav Hajek wrote: > On Wed, Mar 10, 2010 at 9:52 PM, David Bateman wrote: > >> Yeah, things like UMFPACK internally block the sparse matrices and treat the >> sub-blocks with blas (ie dense kernels), so its a well known trick. >> > > Internally? Or ca

Re: [OctDev] lists in 'optim'

2010-03-21 Thread David Bateman
Michael Creel wrote: > Internally, __bfgsmin.c uses feval to compute the function value. Perhaps > that could be changed to work with anonymous functions. I think that this > would be the hardest part of making the change. > > Here is a code snippet that is needed to accept a function as the fir

Re: [OctDev] lists in 'optim'

2010-03-21 Thread David Bateman
Jaroslav Hajek wrote: > On Sun, Mar 21, 2010 at 10:28 AM, David Bateman wrote: > >> Michael Creel wrote: >> >>> Internally, __bfgsmin.c uses feval to compute the function value. Perhaps >>> that could be changed to work with anonymous functions. I thin

Re: [OctDev] octave-3.3.50+ : invalid assignment to cs-list outside multiple assignment

2010-04-08 Thread David Grundberg
t is the motivation behind your suggested change? > > Søren > > The return value of numel changes the semantics of indexing operations. David -- Download Intel® Parallel Studio Eval Try the new software tools

Re: [OctDev] problems installing image-1.0.12.tar.gz

2010-04-15 Thread David Grundberg
I am a newbie to unix. > > What am I missing? > > [also BTW, I cannot install the io package > > Thanks for any help that you can offer > > Bror > The packages are compiled on your machine when you install them. All programs needed for this isn't ins

Re: [OctDev] problems installing image-1.0.12.tar.gz

2010-04-15 Thread David Grundberg
ontents/Resources/share/octave/3.2.3/m/pkg/pkg.m > at line 658, column 5 > error: > /Applications/Octave.app/Contents/Resources/share/octave/3.2.3/m/pkg/pkg.m > at line 287, column 7 > > > ? > > Any help? > > Bror > > On Thu, Apr 15, 2010 at 11:19 AM

Re: [OctDev] Openmp in Octave

2010-04-16 Thread David Bateman
Miguel A. Vázquez wrote: > Jaroslav Hajek wrote: > >> 2010/4/16 "Miguel A. Vázquez" : >> >> >>> 2010/4/16 "Miguel A. Vázquez" >> >: >>> >>> Jaroslav Hajek wrote: > 2010/4/15 "Miguel A. Vázquez"

Re: [OctDev] Openmp in Octave

2010-04-16 Thread David Bateman
Miguel A. Vázquez wrote: > The command > > cat config.h | grep HAVE_OPENMP > > doesn't give me any answer. > > M. A. > hg pull hg up ./autogen.sh ./configure make clean make and retest D. -- Download Intel® Paralle

Re: [OctDev] Export control

2010-04-21 Thread David Bateman
Søren Hauberg wrote: > Hi All > > Carnë just mentioned that SourceForge blocks users from certain > countries. They do this to comply with US export regulations. As a > project administrator I can disable this blocking. This, however, > requires that I agree to the following text: > > This

Re: [OctDev] UTF-8 vs ISO-8859-1

2010-04-21 Thread David Bateman
ascii", "-binary" and "-v6" and see if t=you can correctly reload it? Cheers David Javier Enciso wrote: > Hi David and Søren, > > I've discovered a compatibility issue with the character encoding used > in the help system. > > The translation guidel

[OctDev] Building Octave on Windows 7

2010-04-22 Thread David Grundberg
essage is printed and Octave immediately quits (no extra message). I'm building on Windows 7. David -- ___ Octave-dev mailing list Octave-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/octave-dev

Re: [OctDev] UTF-8 vs ISO-8859-1

2010-04-25 Thread David Bateman
Javier Enciso wrote: > Hi David, > > I did some changes in octave-forge/admin/octlang in order to preserve > UTF-8 as the charset of the translations. Now I can see the translations > (special characters) correctly on Windows and Linux. > > One issue still open. After

Re: [OctDev] Building Octave on Windows 7

2010-04-26 Thread David Grundberg
On 04/26/2010 08:57 AM, lindner...@gmx.net wrote: > >> Hi octave-dev, >> >> My current goal is building Octave on Windows. My ultimate purpose is to >> port a gtk application (requiring Octave 3.3+) to Windows. First, I'd >> like to thank Benjamin Lindner and Tatsuro Matsuoka for their hard work. >

Re: [OctDev] Building Octave on Windows 7

2010-04-26 Thread David Grundberg
On 04/23/2010 10:39 AM, Tatsuro MATSUOKA wrote: > Hello > > I'm very very glad to hear that you will try to add new features octave for > windows. > > You may use pre-build dependencies by Benjamin in octave-3.2.4 /mingw on the > sourceForge for building > octave. Building dependencies from so

Re: [OctDev] Export control

2010-04-27 Thread David Bateman
Carnë Draug wrote: > On 27 April 2010 17:11, Søren Hauberg wrote: > > >> tor, 22 04 2010 kl. 07:38 +0200, skrev David Bateman: >> >>> Octave includes the MD5 hashing algorithm and uses /dev/random if >>> available in the core of Octave and there

Re: [OctDev] Export control

2010-04-27 Thread David Bateman
Søren Hauberg wrote: > Personally, I find the US Export control to be stupid at best, but I am > not going to break it. I am also ridiculously low on time, so I am not > going to spend hundreds of hours migrating to a different host unless we > really have to. > Soren, The EC export control rul

Re: [OctDev] Export control

2010-04-27 Thread David Bateman
Søren Hauberg wrote: > tir, 27 04 2010 kl. 19:20 -0400, skrev Carnë Draug: > >> On 27 April 2010 17:11, Søren Hauberg wrote: >> tor, 22 04 2010 kl. 07:38 +0200, skrev David Bateman: >> > Octave includes the MD5 hashing algorithm and >

Re: [OctDev] Export control

2010-04-28 Thread David Bateman
ry >> you inhabit and why you think these particular international treaties >> do not apply there. >> > > I am not spreading misinformation. David said it himself, that it's > only the USA who blocks these countries. > Yup, the "axis of evil"

Re: [OctDev] Export control

2010-04-28 Thread David Bateman
Judd Storrs wrote: > On Wed, Apr 28, 2010 at 11:20 AM, Carnë Draug > wrote: > >> I am not spreading misinformation. David said it himself, that it's >> only the USA who blocks these countries. >> > > I don't think you understood David'

Re: [OctDev] Export control

2010-04-28 Thread David Bateman
Carnë Draug wrote: > On 28 April 2010 12:23, David Bateman wrote: > >> Errr, except that there exists the concept of reexportation. If Octave is >> deemed as a projet to reside in the US (and I'd say that it does), >> reexportation in contravention of the ex

Re: [OctDev] Export control

2010-04-28 Thread David Bateman
Judd Storrs wrote: > On Wed, Apr 28, 2010 at 12:41 PM, David Bateman wrote: > >> I've never had to export to one of these six countries so don't know the >> details, but I suspect they block almost everything... Perhaps some things >> exported under the US EC

Re: [OctDev] A few (Octave) ideas

2010-06-04 Thread David Bateman
Thomas Treichl wrote: > On 04/06/10 20:44, Jake wrote: > >> I've seen some of the Octave m files...what is this Octave-style coding? >> The two space indentation? >> > > If I remember correctly then this is explained in the Octave manual, > examples are: > > I used (# is not known by Matla

Re: [OctDev] cellfun and parcellfun

2010-06-10 Thread David Bateman
still have enough difference too ensure that the forked processes have different random sequences. It might be nice to add a feature like rand("state", "reset") or rand("state", []) that would reinitialize the state of the generator so

Re: [OctDev] Data Acquisition Package

2010-06-16 Thread David Bateman
Pablo Daniel Pareja Obregón wrote: > In order to do so, I must implement my own user defined types, as I > read in [2]. However, after googling a while, I haven't found much > documentation and examples on how programming my own types (besides > [2]). The Coda document was written against 2.1.x a

[OctDev] Subfunctions and using Octave to parse .m files

2010-06-21 Thread David Wingate
make the fcn_table public, but I'd rather not do that; ideally, my code would build against the standard octave library. Any help and/or hints would be greatly appreciated. I can send along source code, if it would help. Thanks, -- David -- David Wingate | C

Re: [OctDev] Subfunctions and using Octave to parse .m files

2010-06-22 Thread David Grundberg
On 06/21/2010 04:58 PM, David Wingate wrote: > > Hi all -- this is (hopefully) a quick question. > > I'd like to use octave's parser to rewrite some Matlab code. Ideally, > I'd simply load up the .m file using the octave parser, and then walk > the resulting tre

[OctDev] creating packages with subdirectories

2010-06-22 Thread David Grundberg
tform-cooperative as possible? Use system('rm ...? David -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the

Re: [OctDev] GPL violations

2010-08-26 Thread David Bateman
Judd Storrs wrote: > Sorry to be the hatchet man, but... I'll tear the band-aid quickly: > > The following packages violate the licensing terms of the various octave > releases (GPLv2,3) and cannot be distributed even as source code. > > GPC :: http://octave.sourceforge.net/gpc/index.html > The

Re: [OctDev] GPL violations

2010-08-26 Thread David Bateman
Judd Storrs wrote: > On Thu, Aug 26, 2010 at 4:50 PM, David Bateman wrote: > > >> The author of this package has been approached in the past about the >> compatibility of his code with the GPL and he had no desire to change his >> license or allow distribut

Re: [OctDev] GPL violations

2010-08-27 Thread David Bateman
Martin Helm wrote: > Wouldn't that logic mean that the validity of a BSD or GPL license depends on > the fact from where the source code is downloaded? > Then nobody can ever use any GPL or BSD licensed code, since it nether can be > asured that such a code is not at any time in the past download

Re: [OctDev] GPL violations

2010-08-27 Thread David Bateman
Judd, I prepared a long answer to you, addressing each of your point individually, but decided not to send it. Frankly yes I understand the subtleties of the GPL, BSD license and the mathcentral ToS and I stand by my original mail D. --

Re: [OctDev] Use of MATLAB Central (was Re: GPL violations)

2010-08-30 Thread David Bateman
trictions. Hope this helps. > > Joe V. > Well till they make the change in the ToU I believe the question is still in doubt from a legal point of view. However, if I'm ever sued, I'll contact you for the version of the mail with MathWorks tech support with the names to

Re: [OctDev] To register as a developer

2010-08-30 Thread David Bateman
is: annoab > > > Bruno, We usually ask for a first piece of code or translation to be sent to octave-...@lists.sf.net before adding a user as a developer. This is a minimal hurdle to avoid too many active octave-forge accounts. You'll also need to send your sourceforge user id t

Re: [OctDev] Sparse matrix assign problem

2010-12-27 Thread David Bateman
e the a(i,b.xridx(k)) call. This might be done by either working with the transpose of a, though at the cost of more memory. -- David Batemandbate...@dbateman.org 35 rue Gambetta +33 1 46 04 02 18 (Home) 92100 Boulogne-Billancour

Re: [OctDev] Sparse matrix assign problem

2010-12-28 Thread David Bateman
`octave-core'... > > some other times it gives me just: > > panic: Segmentation fault -- stopping myself... > > some ideas? > Thanks > Because my assumption that the maximum number of non zeros elements in the return matrix is nnzA+nnzB is incorrect. I suggest

Re: [OctDev] Another Sparse Matrix problem

2011-01-06 Thread David Bateman
w4nderlust wrote: > Hello everyone. > > I'm still working with sparse matrices in oct-file, but i've got some > problems: i'm doing some multithread and as the octave libraries > revealed to be not really thread safe (some unexpected crashed ofter > repeating executions) i did the dirty work by han

Re: [OctDev] Another Sparse Matrix problem

2011-01-07 Thread David Bateman
w4nderlust wrote: > Il giorno 06/gen/2011, alle ore 22.27, David Bateman ha scritto: > > >> w4nderlust wrote: >> >>> Hello everyone. >>> >>> I'm still working with sparse matrices in oct-file, but i've got some >>&g

Re: [OctDev] Another Sparse Matrix problem

2011-01-08 Thread David Bateman
w4nderlust wrote: > That's the way i'm working right now. > Really not right now, because i discovered a bug in the single thread > version and i'm correcting it at this time. Can you help me about it? > The problem is this: if the result matrix is a vector 1xn or nx1 the > final c.transpose() give

Re: [OctDev] Another Sparse Matrix problem

2011-01-09 Thread David Bateman
w4nderlust wrote: > Il giorno 09/gen/2011, alle ore 00.06, David Bateman ha scritto: > > >> w4nderlust wrote: >> >>> That's the way i'm working right now. >>> Really not right now, because i discovered a bug in the single thread >>>

Re: [OctDev] Registration for fuzzy logic package

2011-01-17 Thread David Grundberg
Gianvito Pio skrev: > No problem, here you can download the entire package we would like to send: > http://dl.dropbox.com/u/8633823/fl-core-1.0.tar.gz > > Please let us know. > Gianvito Pio I've taken a quick(!) look at it and there are several things that might be a problem: 1. 'help fl_complem

Re: [OctDev] PKG: Communications

2011-05-20 Thread David Bateman
On 05/19/2011 05:45 PM, Juan Pablo Carbajal wrote: > Dear all, > Any news on this? Thanks > > I cannot install the communications package (octave 3.5.0+). > > octave:133> pkg install -forge communications Yeah I haven't updated for Octave 3.4. I've pushed a fix to the SVN and will send you a cop

[OctDev] Octave-Forge FTP package

2011-05-20 Thread David Bateman
As of Octave 3.4, octave now has an ftp function in the core of Octave. I propose to change the dependency line in the ftp package description to Depends: octave (>= 2.9.12) Depends: octave (< 3.4.0) After that we can upload one last version of the ftp package so that it won't accidentally be ins

Re: [OctDev] PKG: Communications

2011-05-21 Thread David Bateman
On 05/21/2011 05:54 AM, Juan Pablo Carbajal wrote: > On Sat, May 21, 2011 at 12:52 AM, David Bateman wrote: >> On 05/19/2011 05:45 PM, Juan Pablo Carbajal wrote: >>> Dear all, >>> Any news on this? Thanks >>> >>> I cannot install the communications pac

Re: [OctDev] PKG: Communications

2011-05-22 Thread David Bateman
On 05/21/2011 10:37 PM, David Bateman wrote: > Getting rid of the short-circuit warnings is easy, as these are just | > to replace with || and & with && (in code I didn't write btw). Though > fixing the dispatch warning is going to be a pain. Its easy enough to > fix

Re: [OctDev] Goin the developer team of octave

2011-05-30 Thread David Bateman
On 05/30/2011 03:10 PM, santiago reyes wrote: > for i=1:fila > for j=1:columna > im_out(i,j,1) = uint8(floor(77*im_cal(i,j,1)+ > 150*im_cal(i,j,2) + 29*im_cal(i,j,3))); Can't that be written as im_out(:,:,1) = uint8(floor(77*im_cal(:,:,1)+150*im_cal(:,:,2)+29*im_cal(:,

Re: [OctDev] octave fixed point package: from where to download ?

2011-09-12 Thread David Bateman
On 09/12/2011 11:17 AM, Michael Goffioul wrote: > On Mon, Sep 12, 2011 at 10:11 AM, Dario Cardini > wrote: >> Dear Michael, >> do you know if there is any plan to port it to 3.4.x ? > I have no idea, I'm not the package maintainer. > David Bateman hasn't been v

Re: [OctDev] miscellaneous/inst/test_inline_1.m

2008-01-17 Thread David Bateman
Muthiah Annamalai wrote: > Muthiah Annamalai wrote: > >> Hello there, >> Why is this function there? >> miscellaneous/inst/test_inline_1.m >> >> I cant see if its intended for some use >> or its living in SVN by mistake. Can >> someone please clarify? >> >> Thanks, >> -Muthu >> > I looked a

Re: [OctDev] miscellaneous/inst/test_inline_1.m

2008-01-17 Thread David Bateman
Muthiah Annamalai wrote: > Muthiah Annamalai wrote: > >> Hello there, >> Why is this function there? >> miscellaneous/inst/test_inline_1.m >> >> I cant see if its intended for some use >> or its living in SVN by mistake. Can >> someone please clarify? >> >> Thanks, >> -Muthu >> > I looked a

Re: [OctDev] miscellaneous/inst/test_inline_1.m

2008-01-17 Thread David Bateman
John W. Eaton wrote: > On 17-Jan-2008, David Bateman wrote: > > | What about if we add the test block > | > | %!shared fn > | %! fn = inline ("x.^2 + 1","x"); > | %!assert (feval (fn, 6), 37) > | %!assert (fn (6), 37) > | > | below the Finline

Re: [OctDev] miscellaneous/inst/test_inline_1.m

2008-01-17 Thread David Bateman
John W. Eaton wrote: > On 17-Jan-2008, David Bateman wrote: > > | What about if we add the test block > | > | %!shared fn > | %! fn = inline ("x.^2 + 1","x"); > | %!assert (feval (fn, 6), 37) > | %!assert (fn (6), 37) > | > | below the Finline

[OctDev] Bug with unclosed patches with JHandles

2008-01-21 Thread David Bateman
ht also have already addressed it in teh SVN D. -- David Bateman[EMAIL PROTECTED] Motorola Labs - Paris+33 1 69 35 48 04 (Ph) Parc Les Algorithmes, Commune de St Aubin+33 6 72 01 06 33 (Mob) 91193 Gif-Sur-Yvette FRANCE +3

Re: [OctDev] xmlread

2008-01-29 Thread David Bateman
Octave up till now. Also the port of the Geodise XML toolbox from Thomas Geiger might be up to scratch now though he's been very silent on the lists about his progress. D. -- David Bateman[EMAIL PROTECTED] Motorola Labs - Paris+33

Re: [OctDev] (no subject)

2008-01-31 Thread David Bateman
nd this generated configure files that needed this new DATAROOTDIR defined. Its fixed in the CVS, and in any case is just a spurious warning that can be ignored. D. -- David Bateman[EMAIL PROTECTED] Motorola Labs - Paris+33 1 69 35 48 04 (P

Re: [OctDev] SVN Access

2008-02-01 Thread David Bateman
f the > Financial Toolbox over time. > > Have a good day, > > Bill > Bill, You need to supply your sourceforge username... D. -- David Bateman[EMAIL PROTECTED] Motorola Labs - Paris+33 1 69 35 48 04 (Ph) Parc Les Algo

Re: [OctDev] SVN Access

2008-02-01 Thread David Bateman
Bill Denney wrote: > David Bateman wrote: >> Bill Denney wrote: >> >>> I have recently gained more time, and I'd like to start back into >>> Octave development. I saw the instructions indicated that I should >>> post here to get SVN access.

Re: [OctDev] copyright notices in Octave Forge files

2008-02-03 Thread David Bateman
John W. Eaton wrote: > There are many files in the Octave Forge packages with copyright > notices that begin with "This file is part of Octave", but these files > are not part of Octave, so the copyright notice should be > changed to "This file is free software" or "This file is part of > PKG-NAME"

  1   2   3   4   >