How can I have a transposed?

2 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Data Type Conversion 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by