I need to produce an array (C) from A and B listed below, but C (the new array) must have these numbers:
if true
C =
1 2
5 8
9 10
end
How do I do this?
if true
A =
5 8 3
1 2 3
2 4 6
B =
7 6 8
8 9 10
7 3 2
3 0 2
end

2 个评论

Whats the relation between A, B and C?
A and B have the numbers to make C. The question on my paper is asking me to produce matrix C from A and B

请先登录,再进行评论。

 采纳的回答

Walter Roberson
Walter Roberson 2018-2-21

0 个投票

This is just a bunch of indexing of arrays like A(2:3,1) along with using [] and some comma and semicolon and a .' or two.

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Matrix Indexing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by