Stuart’s MATLAB Videos

Watch and Learn

Using a parfor Loop to Store the HTML of Many Web Pages

Previously, I used a parfor loop to make a bunch of web requests. Here I want to use a parfor loop to download the HTML for a large number of pages on our website, then store the content in a string array, so that it can be searched later by another web app. I will repurpose the code I developed before.

Features covered in this code-along style video include:

  • webread
  • parfor

Play the video in full screen mode for a better viewing experience. 

|
  • print

Comments

To leave a comment, please click here to sign in to your MathWorks Account or create a new one.