How to read the date from url link
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ramana manohar
le 16 Jan 2022
Commenté : Ramana manohar
le 22 Jan 2022
I am generating the data into a weburl, but I am unable to read the date into the matlab. Can any one tell me the code syntax for the same .
url genrated internally : http://127.0.0.1/?V(out)%200,50,.1
data snapshow at url is shown below
4 commentaires
Réponse acceptée
Prince Kumar
le 19 Jan 2022
Hi,
You can do it using webread or urlread.Then you'll have to parse it yourself, manually, to extract the exact part of the page you want.
Please refer to the following MATLAB answers for more informtion
- https://www.mathworks.com/matlabcentral/answers/53476-how-to-getting-data-from-url
- https://www.mathworks.com/matlabcentral/answers/53507-how-to-import-data-to-matlab
I hope you find the above example useful.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Import and Export dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!