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

80 ビュー (過去 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 Center および File ExchangeMatrix Computations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by