how to print the rowspace and coloumn space of matrix in matlab

185 visualizzazioni (ultimi 30 giorni)
i think colspace(sym(a)) will give the coloumn space of matrix a,but how to get the row space

Risposte (1)

Walter Oevel
Walter Oevel il 3 Mag 2016
colspace(sym(a)) = rowspace(sym(a.')).'

Categorie

Scopri di più su Matrix Computations in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by