USER BASED INPUT OF IP ADDRESS BOX IN MATLAB APPDESIGNER
Show older comments
I am conceptualizing an App using appdesigner having a user based input of IP address. The IP address when filled and push button when pressed will ping the address fed. I am unable to generate the IP address field. I am using following code for pinging:
command='ping 192.168.100.1'
[status,cmdout]=system(command)
cmdout will generate the result as char which will be arranged(as per need) and displayed as result in text box. I wish to get text box for entry of IP address.
I have tried following examples provided under mathworks.com
and
neither of above works for my case
1 Comment
Answers (0)
Categories
Find more on Startup and Shutdown 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!