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
Return a list sorted by number of occurrences
1549 Solvers
659 Solvers
Make a random, non-repeating vector.
3353 Solvers
426 Solvers
330 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!