function y = central_cross(x)
[a b]=size(x);
x((1+a)/2,:)=[];
x(:,(1+a)/2)=[];
y=x
end
Replace NaNs with the number that appears to its left in the row.
2022 Solvers
280 Solvers
Arrange vector in ascending order
624 Solvers
228 Solvers
Who has power to do everything in this world?
318 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!