function y = central_cross(x)
[a b]=size(x);
x((1+a)/2,:)=[];
x(:,(1+a)/2)=[];
y=x
end
1726 Solvers
Arrange Vector in descending order
4077 Solvers
613 Solvers
251 Solvers
Make a random, non-repeating vector.
2797 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!