function y = central_cross(x)
[a b]=size(x);
x((1+a)/2,:)=[];
x(:,(1+a)/2)=[];
y=x
end
Determine whether a vector is monotonically increasing
12554 Solvers
5813 Solvers
185 Solvers
Make a random, non-repeating vector.
3302 Solvers
2859 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!