From: abbas chatraei on
Hi everybody

I Have a big matrix (660*22) whose rank is 15.
I need to find the independent columns of this matrix.
please help!!!!!
From: Bruno Luong on
"abbas chatraei" <abbas.chatraei(a)gmail.com> wrote in message <i1khhl$1s0$1(a)fred.mathworks.com>...
> Hi everybody
>
> I Have a big matrix (660*22) whose rank is 15.
> I need to find the independent columns of this matrix.
> please help!!!!!

Use QR decomposition with column permutation (3-output call forms).

Bruno