Effacer les filtres
Effacer les filtres

how do you do matrix calculation

2 vues (au cours des 30 derniers jours)
Ls
Ls le 17 Août 2021
Commenté : Ls le 17 Août 2021
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

Réponses (1)

KSSV
KSSV le 17 Août 2021
  1 commentaire
Ls
Ls le 17 Août 2021
A is in column format; i.e A=A'
C is square matrix;
B is in column format as well; i.e B=B'

Connectez-vous pour commenter.

Catégories

En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by