function y = central_cross(x)
[a b]=size(x);
x((1+a)/2,:)=[];
x(:,(1+a)/2)=[];
y=x
end
1433 Solvers
192 Solvers
358 Solvers
What is Sum Of all elements of Matrix
299 Solvers
501 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!