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
Find the numeric mean of the prime numbers in a matrix.
6823 Solvers
1432 Solvers
Back to basics 25 - Valid variable names
294 Solvers
325 Solvers
Create sequnce 1 4 9 16 25.........
192 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!