Clear Filters
Clear Filters

How can I have a transposed?

1 view (last 30 days)
Francesco
Francesco on 31 Jan 2014
Edited: Mischa Kim on 31 Jan 2014
If I have
>> A1
A1 =
V: {1x3 cell}
>> A1.V
ans =
[1x3 double] [1x3 double] [1x3 double]
How can I achieve a A1 transposed?

Accepted Answer

Mischa Kim
Mischa Kim on 31 Jan 2014
Edited: Mischa Kim on 31 Jan 2014
Use cell2mat and then transpose the matrix. mat2cell converts back to cell.

More Answers (0)

Categories

Find more on Data Type Conversion in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!