Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Very easy question on arrayfun or vectorization

1 vue (au cours des 30 derniers jours)
K.E.
K.E. le 9 Juil 2017
Clôturé : Walter Roberson le 9 Juil 2017
The question is:
x0 = [3;8]
K = [1 2 3 8 9 10; 2 3 9 -1 2 3];
How can I obtain P where
P = [[1 2;2 3]*x0 [3 8;9 -1]*x0 [9 10; 2 3]*x0]
In general K is very long so I need efficient way to do this.
  1 commentaire
Walter Roberson
Walter Roberson le 9 Juil 2017
Duplicates https://www.mathworks.com/matlabcentral/answers/347913-two-questions-on-vectorized-matrix-vector-multiplication

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by