How can I have a transposed?

조회 수: 1 (최근 30일)
Francesco
Francesco 2014년 1월 31일
편집: Mischa Kim 2014년 1월 31일
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에서 Elementary Math에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by