function y = central_cross(x)
[a b]=size(x);
x((1+a)/2,:)=[];
x(:,(1+a)/2)=[];
y=x
end
middleAsColumn: Return all but first and last element as a column vector
399 Solvers
Check if number exists in vector
5053 Solvers
Find last zero for each column
256 Solvers
381 Solvers
337 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!