help-octave
[Top][All Lists]
Advanced

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

Re: Vectorization


From: Bård Skaflestad
Subject: Re: Vectorization
Date: Wed, 8 Oct 2014 11:24:28 +0200

On Wed, 2014-10-08 at 10:40 +0200, Bård Skaflestad wrote:

>         v = double(up == reshape(pvals, 1, [])) ...

Sorry.  That should, of course, read

        v = double(up == reshape(pvm, 1, [])) ...

Otherwise you get size mismatch.


Sincerely,
-- 
Bård Skaflestad <address@hidden>
SINTEF ICT, Applied Mathematics




reply via email to

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