function y = central_cross(x)
[a b]=size(x);
x((1+a)/2,:)=[];
x(:,(1+a)/2)=[];
y=x
end
2240 Solvers
Make a random, non-repeating vector.
2796 Solvers
483 Solvers
Matlab Basics - Convert a row vector to a column vector
420 Solvers
286 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!