Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

I am working matrix, but confused on this.

1 vue (au cours des 30 derniers jours)
Brooks Nelson
Brooks Nelson le 30 Jan 2018
Clôturé : MATLAB Answer Bot le 20 Août 2021
I defined a matrix.
>> B=[5 9 3 2;6 7 1 3; 2 4 1 9]
B =
5 9 3 2
6 7 1 3
2 4 1 9
I am supposed to answer the following question.
Give the value of x = B23 * B14

Réponses (1)

James Tursa
James Tursa le 30 Jan 2018
B23 and B14 in MATLAB syntax would be B(2,3) and B(1,4).
  2 commentaires
Brooks Nelson
Brooks Nelson le 30 Jan 2018
Does this mean I am multiplying B(2,3) and B(1,4)?
James Tursa
James Tursa le 30 Jan 2018
Yes.

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by