separate data from file
이전 댓글 표시
I attached data file. data is in format of
source _ip:source_port->destination_ip:destination_port
I want to take out only source_ip data from that, how to do.
채택된 답변
추가 답변 (1개)
Walter Roberson
2016년 11월 23일
0 개 추천
regexp() probably
댓글 수: 1
Walter Roberson
2016년 11월 23일
Or possibly strsplit
카테고리
도움말 센터 및 File Exchange에서 Cell Arrays에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!