12 x 12 matrix

14 views (last 30 days)
Sean Achong
Sean Achong on 5 Mar 2021
Commented: Sean Achong on 5 Mar 2021
The subsection of elements starting for the element on the 2nd row & 2nd Col,
and ending at the element at the 1oth Row & 9th Col.
  1 Comment
Jorg Woehl
Jorg Woehl on 5 Mar 2021
Can you let us know what you have tried and which, if any, errors you have received?

Sign in to comment.

Accepted Answer

KSSV
KSSV on 5 Mar 2021
A = rand(12) ;
B = A(2:10,2:9)
  1 Comment
Sean Achong
Sean Achong on 5 Mar 2021
thanks very much, I am new to matlab.

Sign in to comment.

More Answers (0)

Categories

Find more on Multidimensional Arrays 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!