Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

How do you find an 'M' by 'M' submatrix in the center of an input 'N' by 'N' matrix?

1 vue (au cours des 30 derniers jours)
Will Hertz
Will Hertz le 11 Nov 2020
Clôturé : John D'Errico le 11 Nov 2020
How do I write a function in Matlab to output the M x M submatrix at the center of an N x N input matrix? The function should have two input arguments—the N x N input matrix (2D array) and the size of the square submatrix, M, to be extracted from the input matrix. The sole output should be the M x M submatrix at the center of the input matrix. The function should use for loops to extract the submatrix and not use colon notation or any built-in functions for this part of the code. The function should work for any square input matrix where N ≥ 3. If N is even, M should be even. If N is odd, M should be odd.

Réponses (0)

Cette question est clôturée.

Produits


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by