Structure data obtained from webread
Hi, I would like to have to automatize a procedure to extract data from different URLs, One example of one URL link is the following:
% Generating the URL link
url=’https://earthquake.usgs.gov/fdsnws/event/1/query?format=quakeml&eventid=us6000n8tq’;
% Reading the data
data=webread(url);
The variable “data” contains huge amount of information that I would like to structure in order to access and retrieve data easily without the need of creating a xml file.
I would appreciate the help.Hi, I would like to have to automatize a procedure to extract data from different URLs, One example of one URL link is the following:
% Generating the URL link
url=’https://earthquake.usgs.gov/fdsnws/event/1/query?format=quakeml&eventid=us6000n8tq’;
% Reading the data
data=webread(url);
The variable “data” contains huge amount of information that I would like to structure in order to access and retrieve data easily without the need of creating a xml file.
I would appreciate the help. Hi, I would like to have to automatize a procedure to extract data from different URLs, One example of one URL link is the following:
% Generating the URL link
url=’https://earthquake.usgs.gov/fdsnws/event/1/query?format=quakeml&eventid=us6000n8tq’;
% Reading the data
data=webread(url);
The variable “data” contains huge amount of information that I would like to structure in order to access and retrieve data easily without the need of creating a xml file.
I would appreciate the help. structuring data from webread MATLAB Answers — New Questions