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
Is my wife right? Now with even more wrong husband
1245 Solvers
1165 Solvers
Return elements unique to either input
556 Solvers
288 Solvers
272 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!