An open exchange for the MATLAB and Simulink user community |
Hosted by The MathWorks |
|
| Related Topics |
| New Products | Support | Documentation | Training | Webinars | Jobs | Newsletters |
| Problems? Suggestions? Contact us at files@mathworks.com | © 1994-2008 The MathWorks, Inc. Trademarks Privacy Policy |
Good illustration. Thanks
The link to files is failing to connect.
Hi,
This is helpful, but I have a question along the same lines. Is there any way to import data off a website when the webpages type is text/plain? There is a top line with writing, then approximately 18 more lines of space delimited numerical text before another line of writing occurs. Is there any way to make MATLAB go in and read out the data from a website or do you have to save the data into an actual text file first?
Let me know if you can help!
Thanks
Elizabeth,
You might be interested in the command URLREAD.
>>a = urlread(’http://www.mathworks.com’)
This will get you the source of the page, and then you can parse it as you wish. Can you point me to the specific page you are looking to read in? I would like to make an example of it.
Doug
Hi Doug
HOw are you
Can you help me on how to write data to excel from matlab structure table and/or cell array
for example
I have
1)11X4 cell array
2)structure table of students with a fields of name,sex,age,scores,
my e-mail address
henitek@gmail.com
Thank u so much
The procedure is well described, but does not allow obtain data from the second sheet, which is required to obtain as vectors columns of the first and second sheet