Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

I am working matrix, but confused on this.

1 visualizzazione (ultimi 30 giorni)
Brooks Nelson
Brooks Nelson il 30 Gen 2018
Chiuso: MATLAB Answer Bot il 20 Ago 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

Risposte (1)

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

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by