Syntax
rank(A)
Description rank(A) is the rank of the symbolic matrix A.
A
Examples rank([a b;c d]) is 2.
rank([a b;c d])
rank(sym(magic(4)))
3