Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

I am working matrix, but confused on this.

1 view (last 30 days)
Brooks Nelson
Brooks Nelson on 30 Jan 2018
Closed: MATLAB Answer Bot on 20 Aug 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

Answers (1)

James Tursa
James Tursa on 30 Jan 2018
B23 and B14 in MATLAB syntax would be B(2,3) and B(1,4).

This question is closed.

Community Treasure Hunt

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

Start Hunting!