How can I have a transposed?

2 Ansichten (letzte 30 Tage)
Francesco
Francesco am 31 Jan. 2014
Bearbeitet: Mischa Kim am 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?

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by