To save contents of webpage into text file.
    4 ビュー (過去 30 日間)
  
       古いコメントを表示
    
I have following weblink:
Kindly open this weblink to see the contents.
I wish to save the ONLY CERTAIN PARTS of this file in a text file.
Desired content to be saved in a text file with spaces wherever present in original text:
 STARPLKSVD YEVFGRVQGV CFRMYAEDEA RKIGVVGWVK NTSKGTVTGQ
  TTS EEEEE EEEE TTS     TTHHHHHH HHHT EEEEE   TT EEEEE 
 VQGPEEKVNS MKSWLSKVGS PSSRIDRTNF SNEKTISKLE YSNFSVRY
 EEEEHHHHHH HHHSSSS    SSS    EEE EEEEEESS   SSSEEEE
Secondly, we can see there are spaces after every tenth character in all lines. I would like to remove only these spaces which occur after every tenth character and save this content in a text file.
Is it possible ? Can any one help in this regard ?
My output should look like:
 STARPLKSVDYEVFGRVQGVCFRMYAEDEARKIGVVGWVKNTSKGTVTGQ
  TTS EEEEEEEEE TTS    TTHHHHHHHHHT EEEEE  TT EEEEE 
 VQGPEEKVNSMKSWLSKVGSPSSRIDRTNFSNEKTISKLEYSNFSVRY
 EEEEHHHHHHHHHSSSS   SSS    EEEEEEEEESS  SSSEEEE
0 件のコメント
回答 (1 件)
参考
カテゴリ
				Help Center および File Exchange で Standard File Formats についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!