saving content to text file
4 次查看(过去 30 天)
显示 更早的评论
I want to save the content from a webpage to a textfile
suppose i have a url
https://www.google.co.in/?gws_rd=cr&ei=ZugiUuGKAcKGrgellYHgBA#q=matlab
i used web command for opening the above page ,now i want to save or write all content in that web page to a text file
Kindly help
0 个评论
采纳的回答
Walter Roberson
2013-9-1
urlwrite()
4 个评论
Walter Roberson
2013-9-2
Once it has been fetched you can process the HTML to extract the text. In general this will not be simple because of the need to work with javascript and cascading style sheets.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Text Files 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!