function y = central_cross(x)
[a b]=size(x);
x((1+a)/2,:)=[];
x(:,(1+a)/2)=[];
y=x
end
284 Solvers
348 Solvers
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
514 Solvers
1103 Solvers
2797 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!