How do I index this array?
显示 更早的评论
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
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!