function y = central_cross(x)
[a b]=size(x);
x((1+a)/2,:)=[];
x(:,(1+a)/2)=[];
y=x
end
1600 Solvers
Find common elements in matrix rows
1231 Solvers
1800 Solvers
Back to basics 19 - character types
225 Solvers
413 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!