How to insert the missing number into the cell array?
이전 댓글 표시
Suppose that I have this
I=[3 5 6 8 10 11]
A={[3];[6;8];[];[11]}
How to find the missing number of I in A and insert that number into any position of A? for intance like:
A={[3];[6;8];[5];[10;11]}
댓글 수: 4
KSSV
2019년 5월 14일
YOu have I in hand always?
Hang Vu
2019년 5월 14일
Akira Agata
2019년 5월 14일
편집: Akira Agata
2019년 5월 14일
One quick question:
How did you define the position of '10' in your cell array A?
Hang Vu
2019년 5월 14일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!