saving content to text file

4 ビュー (過去 30 日間)
kash
kash 2013 年 9 月 1 日
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

採用された回答

Walter Roberson
Walter Roberson 2013 年 9 月 1 日
urlwrite()
  4 件のコメント
kash
kash 2013 年 9 月 2 日
I tried urlwrite but it writes another data instead of web pge content
Walter Roberson
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 ExchangeText Files についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by