4 dimensional matrix multiplication
이전 댓글 표시
sir,this is the 4D matrix=
T=[A1 0 0 0;A2 A1 0 0;0 A2 A1 0; 0 0 A2 A1] where
A1=[qn'p00 qn'p01 p10 p11] and
A2=[qnp00 qnp01 0 0]; and the column vector is 2(QHn(t)+1)-dimensional column vector of ones. here the size of the column vector changes with respect to time. I want to multiply this matrix with the column vector . I don't know how to multiply.Can you please help me sir?
답변 (1개)
ANKUR KUMAR
2018년 3월 19일
1 개 추천
Use this function from file exchange
OR
visit this website to know the multiplication of multi dimension matrices
카테고리
도움말 센터 및 File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!