function y = central_cross(x)
[a b]=size(x);
x((1+a)/2,:)=[];
x(:,(1+a)/2)=[];
y=x
end
3256 Solvers
1409 Solvers
The Answer to Life, the Universe, and Everything
386 Solvers
Calculate distance travelled when given radius and rotations
187 Solvers
07 - Common functions and indexing 3
331 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!