using strsplit in containers.Map
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi, I want to separate my matrix according to certain value in the key assigned in containers.Map
e.g: I have key with:
- One/1
- Two/2
- One/11
- One/111
i want to make it into 2 matrix which are One [1 11 111] and Two[2] i was told that I can use strplit function, however I doesnt now how to using it in containers.Map.
Please guide. Thank you
댓글 수: 1
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Legend에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!