filtering traffic belonging to particular subnets (title may be misguiding)
Show older comments
say we have a cell array of nx1 strings, i.e ip addresses.something like
'69.35.34.28' '89.23.180.34' '69.35.24.10' '123.35.82.12' '129.24.78.24' '89.23.193.12'
i have to uniquely filter out each subnet like
'69.35.xxx.xxx' - 2 occurences '89.23.xxx.xxx' - 2 occurences '123.35.xxx.xxx' - 1 occurence '129.24.xxx.xxx' - 1 occurence
the input is taken from a text or xls file. solutions ??
Accepted Answer
More Answers (0)
Categories
Find more on Tables 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!