function y = central_cross(x)
[a b]=size(x);
x((1+a)/2,:)=[];
x(:,(1+a)/2)=[];
y=x
end
10062 Solvers
2939 Solvers
How long is the longest prime diagonal?
342 Solvers
Convert a Cell Array into an Array
445 Solvers
409 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!