function flag = CompareMatrix(A,B)
a=length(A(1:end)),b=length(B(1:end))
if a > b
flag=1
else
flag=0
end
end
Extract leading non-zero digit
1213 Solvers
First non-zero element in each column
601 Solvers
Find out missing number from a vector of 9 elements
246 Solvers
390 Solvers
323 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!