Creating new matrix from existing matrix

3 views (last 30 days)
I need to create a new matrix that is one size smaller than the existing matrix. i have a 4 x 4 matrix and i want to extract a 3 x 3 matrix from it that starts at (2,2) onwards

Accepted Answer

madhan ravi
madhan ravi on 15 Apr 2019
matrix(2:end,2:end)

More Answers (0)

Categories

Find more on Matrices and Arrays in Help Center and File Exchange

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!