Problem 52389. Cancel Middle
Write a function called cancel_middle that takes A, an n-by-m
matrix, as an input where both n and m are odd numbers and k, a positive
odd integer that is smaller than both m and n. The function returns the input matrix with
its center k-byk matrix zeroed out.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers26
Suggested Problems
-
Remove any row in which a NaN appears
8698 Solvers
-
Replace NaNs with the number that appears to its left in the row.
3037 Solvers
-
Who is the smartest MATLAB programmer?
777 Solvers
-
608 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
390 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!