필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Very easy question on arrayfun or vectorization

조회 수: 1 (최근 30일)
K.E.
K.E. 2017년 7월 9일
마감: Walter Roberson 2017년 7월 9일
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
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!

Translated by