Info

此问题已关闭。 请重新打开它进行编辑或回答。

I am working matrix, but confused on this.

1 次查看(过去 30 天)
Brooks Nelson
Brooks Nelson 2018-1-30
关闭: MATLAB Answer Bot 2021-8-20
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

回答(1 个)

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

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by