separate data from file
Show older comments
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.
Accepted Answer
More Answers (1)
Walter Roberson
on 23 Nov 2016
0 votes
regexp() probably
1 Comment
Walter Roberson
on 23 Nov 2016
Or possibly strsplit
Categories
Find more on Cell Arrays in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!