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

80 次查看(过去 30 天)
i think colspace(sym(a)) will give the coloumn space of matrix a,but how to get the row space

回答(1 个)

Walter Oevel
Walter Oevel 2016-5-3
colspace(sym(a)) = rowspace(sym(a.')).'

类别

Help CenterFile Exchange 中查找有关 Matrix Computations 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by