function y = central_cross(x)
[a b]=size(x);
x((1+a)/2,:)=[];
x(:,(1+a)/2)=[];
y=x
end
Remove the small words from a list of words.
676 Solvers
268 Solvers
727 Solvers
268 Solvers
673 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!