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일

0 개 추천

Use cell2mat and then transpose the matrix. mat2cell converts back to cell.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Cell Arrays에 대해 자세히 알아보기

태그

질문:

2014년 1월 31일

편집:

2014년 1월 31일

Community Treasure Hunt

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

Start Hunting!

Translated by