8000 GitHub - Noktec/IP2INT: Simple Matlab Functions that reads an xlsx and converts IP addresses to INT or DOUBLE
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Noktec/IP2INT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

IP2INT

Simple Matlab Functions that reads an xlsx and converts IP addresses to INT or DOUBLE

#use In matlab command prompt use the following to load a cell array 'A' in the workspace

A = convertIP()

Then use the following command to convert the cell array 'A' in a matrix 'M'

M = cell2mat(A)

#XLSX Format My XLSX file is composed of different columns organised as follows

PacketNumber, Timestamp, Source, Destination, Type, Port

About

Simple Matlab Functions that reads an xlsx and converts IP addresses to INT or DOUBLE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0