How do I index this array?
Show older comments
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 Comments
KSSV
on 21 Feb 2018
Whats the relation between A, B and C?
Harriet Branson
on 21 Feb 2018
Accepted Answer
More Answers (0)
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!