octave-maintainers
[Top][All Lists]
Advanced

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

Octave vs Scilab


From: John W. Eaton
Subject: Octave vs Scilab
Date: Wed, 6 Oct 2010 17:57:54 -0400

On  6-Oct-2010, John W. Eaton wrote:

| undefined in Scilab.  Using kron instead:
| 
|   tic ();
|   N = 2000;
|   t1 = (1:N).^2;
|   t2 = ones (N, 1);
|   A = kron (t1, t2) + repmat (t1'; t2');
|   toc ();

Sorry, that should have been kron in both instances.  Sloppy editing
on my part...

jwe


reply via email to

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