To calculate the column space of a matrix in Matlab, you can use the 'null' function and calculate the null space of the transpose of the matrix. The rank of the matrix is the dimension of the column space. Here's an example:
main.m206 chars11 lines
This will output the rank of the matrix A, which is the dimension of its column space.
gistlibby LogSnag