Azzera filtri
Azzera filtri

How can I have a transposed?

2 visualizzazioni (ultimi 30 giorni)
Francesco
Francesco il 31 Gen 2014
Modificato: Mischa Kim il 31 Gen 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?

Risposta accettata

Mischa Kim
Mischa Kim il 31 Gen 2014
Modificato: Mischa Kim il 31 Gen 2014
Use cell2mat and then transpose the matrix. mat2cell converts back to cell.

Più risposte (0)

Categorie

Scopri di più su Data Type Conversion in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by