using strsplit in containers.Map

Hi, I want to separate my matrix according to certain value in the key assigned in containers.Map
e.g: I have key with:
  1. One/1
  2. Two/2
  3. One/11
  4. 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

Cedric
Cedric 2014년 6월 5일
Why do you get keys including numbers in the first place?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Characters and Strings에 대해 자세히 알아보기

질문:

2014년 6월 5일

댓글:

2014년 6월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by