How can I have a transposed?

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

Asked:

on 31 Jan 2014

Edited:

on 31 Jan 2014

Community Treasure Hunt

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

Start Hunting!