separate data from file
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 23 Nov 2016
0 votes
regexp() probably
1 commentaire
Walter Roberson
le 23 Nov 2016
Or possibly strsplit
Catégories
En savoir plus sur Cell Arrays dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!