separate data from file
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 23 de Nov. de 2016
0 votos
regexp() probably
1 comentario
Walter Roberson
el 23 de Nov. de 2016
Or possibly strsplit
Categorías
Más información sobre Data Type Conversion en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!