IPV4 address Validation
Version 1.1.0.0 (1.78 KB) by
Shameemraj Nadaf
A function which Validates given IPV4address.
A valid IPV4 address is having a format xxx.xxx.xxx.xxx where xxx is having range from 0 to 255. In order to evaluate whether a IP address is Valid or not pass a string to this function containing the IP address you want to Validate . This function returns a value 1 if success else 0 . If any other matlab data types apart from string type are passed to this function then also it returns a value 0. Hope this function will be useful .
Cite As
Shameemraj Nadaf (2026). IPV4 address Validation (https://www.mathworks.com/matlabcentral/fileexchange/24432-ipv4-address-validation), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2007a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Argument Definitions in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
