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
Omit columns averages from a matrix
530 Solvers
Make a run-length companion vector
521 Solvers
Given a window, how many subsets of a vector sum positive
755 Solvers
289 Solvers
526 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!