필터 지우기
필터 지우기

how do you do matrix calculation

조회 수: 2 (최근 30일)
Ls
Ls 2021년 8월 17일
댓글: Ls 2021년 8월 17일
I have vector A, C and Matrix b as;
A=[x1,x2,x3]
C=[2,3,4] and b is a unit sq matrix of 3x3. How do you write this in matlab to calculate x1, x2 and x3 and a relation is
A=bC

답변 (1개)

KSSV
KSSV 2021년 8월 17일
  댓글 수: 1
Ls
Ls 2021년 8월 17일
A is in column format; i.e A=A'
C is square matrix;
B is in column format as well; i.e B=B'

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by