separate data from file
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 23 Nov. 2016
0 Stimmen
regexp() probably
1 Kommentar
Walter Roberson
am 23 Nov. 2016
Or possibly strsplit
Kategorien
Mehr zu Cell Arrays finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!