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
17480 Solvers
Which values occur exactly three times?
3817 Solvers
381 Solvers
Generate N equally spaced intervals between -L and L
563 Solvers
Create a two dimensional zero matrix
355 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!