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 で Data Type Conversion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!