function y = central_cross(x)
[a b]=size(x);
x((1+a)/2,:)=[];
x(:,(1+a)/2)=[];
y=x
end
Return the 3n+1 sequence for n
6169 Solvers
4599 Solvers
Find the two most distant points
1629 Solvers
Split a string into chunks of specified length
475 Solvers
257 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!