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
3167 Solvers
597 Solvers
Find the sum of the elements in the "second" diagonal
999 Solvers
Add a row of zeros on top of a matrix
198 Solvers
324 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!