separate data from file
Mostra commenti meno recenti
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.
Risposta accettata
Più risposte (1)
Walter Roberson
il 23 Nov 2016
0 voti
regexp() probably
1 Commento
Walter Roberson
il 23 Nov 2016
Or possibly strsplit
Categorie
Scopri di più su Data Type Conversion in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!