Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Very easy question on arrayfun or vectorization
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
Walter Roberson
2017 年 7 月 9 日
Duplicates https://www.mathworks.com/matlabcentral/answers/347913-two-questions-on-vectorized-matrix-vector-multiplication
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!