Problem 1421. subtract central cross
Solution Stats
Problem Comments
Solution Comments
-
1 Comment
function y = central_cross(x)
[a b]=size(x);
x((1+a)/2,:)=[];
x(:,(1+a)/2)=[];
y=x
end
Problem Recent Solvers342
Suggested Problems
-
Project Euler: Problem 5, Smallest multiple
857 Solvers
-
Back to basics 3 - Temp Directory
342 Solvers
-
1302 Solvers
-
586 Solvers
-
Side of an equilateral triangle
4158 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!