function y = central_cross(x)
[a b]=size(x);
x((1+a)/2,:)=[];
x(:,(1+a)/2)=[];
y=x
end
Remove any row in which a NaN appears
6866 Solvers
1432 Solvers
407 Solvers
252 Solvers
Is this triangle right-angled?
2539 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!