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