help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave's and Matlab's limitations


From: Jordi Gutiérrez Hermoso
Subject: Re: Octave's and Matlab's limitations
Date: Thu, 22 Nov 2012 08:56:35 -0500

On 22 November 2012 08:51, Francesco Potortì <address@hidden> wrote:
> I see.  But again, is there another language (preferably an interpreted
> one) that allows things like
>
>   A([1:2:97 98 99],[1:end-1]) = (B > C);
>
> or
>
>   A(A > 0) += 128;
>
> ?

Julia:

    http://julialang.org/

We'll have to wait some time for it to pick up while we all rewrite
all of our numerical routines for it, though.

- Jordi G. H.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]