Can matlab record or capturing data in network automatically

good morning all,
i have a question. i have a research "Network Failure Early Warning System Using Algorithm Artificial Neuaral Network". what i want ask is Can matlab record or capturing data in network computer automatically and move it to txt file? I want to take parameters PacketLoss, Throughput dan Latency in Network Computer.

Answers (1)

This is not a job for Matlab. There are dedicated programs for the network analysis, therefore I do not see a reason to let Matlab do this.

2 Comments

in matlab any Command to create network simulation. And can also perform PING on the network. https://www.mathworks.com/help/xpc/ug/test-1-ping-target-pc-targetpc1-using-system-ping-failed.html
You can do everything in Matlab, which can be programmed. You can call external commands like ping, emulate Photoshop and even rewrite an complete operating system. But this is not efficient, but prone to errors and a waste of time. There is well tested, user-friendly and standardized software for network analysis available even for free.

Sign in to comment.

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Asked:

on 21 May 2017

Commented:

Jan
on 23 May 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!