function y = central_cross(x)
[a b]=size(x);
x((1+a)/2,:)=[];
x(:,(1+a)/2)=[];
y=x
end
918 Solvers
Back to basics 3 - Temp Directory
330 Solvers
Make an awesome ramp for a tiny motorcycle stuntman
337 Solvers
Sum the elements in either diagonal of a square matrix
181 Solvers
242 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!