How can I have a transposed?

1 回表示 (過去 30 日間)
Francesco
Francesco 2014 年 1 月 31 日
編集済み: Mischa Kim 2014 年 1 月 31 日
If I have
>> A1
A1 =
V: {1x3 cell}
>> A1.V
ans =
[1x3 double] [1x3 double] [1x3 double]
How can I achieve a A1 transposed?

採用された回答

Mischa Kim
Mischa Kim 2014 年 1 月 31 日
編集済み: Mischa Kim 2014 年 1 月 31 日
Use cell2mat and then transpose the matrix. mat2cell converts back to cell.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeElementary Math についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by