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
10088 Solvers
given 3 sides, find area of this triangle
691 Solvers
312 Solvers
Replace every 3rd element in a vector with 4
175 Solvers
1351 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!