help-octave
[Top][All Lists]
Advanced

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

how can I hold matrices in a container?


From: Dr. Johannes Zellner
Subject: how can I hold matrices in a container?
Date: Wed, 27 May 2009 23:16:52 +0200

Hi

I'd like to do an operation like

    [A, B, C] .* [x, y, z]

fast! A, B, C are matrices, x, y, z are scalar.
The result should be simply a row of the scaled matrices like this:

    [A .* x, B .* y, C .* z]

Apparently, holding [A, B, C] isn't possible.

What's the recommended way to do this fast?

-- 
Johannes


reply via email to

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