Vectorise a matrix multiplication chain

I want to find a non-loop way to do the following:
for c = 1:q
h = h*Z{c};
end
Basically, how can I vectorise Z{1}*Z{2}*...*Z{q}?

Risposte (1)

Categorie

Scopri di più su Linear Algebra in Centro assistenza e File Exchange

Richiesto:

il 22 Giu 2021

Risposto:

il 22 Giu 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by