How to separate element from cell?

조회 수: 1 (최근 30일)
Mira le
Mira le 2019년 11월 25일
댓글: Mira le 2019년 11월 25일
U=SI
U =
1×2 cell array
[1×2 double] [1×2 double]
U{1}
ans =
1 2
>> U{2}
ans =
2 3
My question is: how to separate element of cell, and put them in vector:
vect=[ 1 2 3]

채택된 답변

Andrei Bobrov
Andrei Bobrov 2019년 11월 25일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by