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

조회 수: 82 (최근 30일)
sav
sav 2016년 4월 28일
답변: Walter Oevel 2016년 5월 3일
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