To save contents of webpage into text file.
    4 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
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 Kommentare
Antworten (1)
  Walter Roberson
      
      
 am 6 Jun. 2013
        urlwrite(). Then read in the resulting file and process it.
2 Kommentare
Siehe auch
Kategorien
				Mehr zu Standard File Formats finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!