can i pleas be helped on the following code i dnt understand the outpu
Show older comments
A=[2 4 10 13;16 3 7 18;8 4 9 25;3 12 15 17]
B=[-1 4 -5 10;6 13 11 -5;-3 12 0 2;2 12 -5 8]
A(4:8)
Answers (1)
A=[2 4 10 13;16 3 7 18;8 4 9 25;3 12 15 17]
A(4:8)
You need to understand linear indexing in Matlab:
Categories
Find more on Random Number Generation 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!