Creating a MATLAB Function to Split a URL into Component Parts, Part 1 - MATLAB
Video Player is loading.
Current Time 0:00
Duration 51:49
Loaded: 0.00%
Stream Type LIVE
Remaining Time 51:49
 
1x
  • descriptions off, selected
  • captions off, selected
  • en (Main), selected
    Video length is 51:49

    Creating a MATLAB Function to Split a URL into Component Parts, Part 1

    From the series: Creating a MATLAB Function to Split a URL into Component Parts

    (Originally posted on Stuart's MATLAB Videos blog.)

    I often need to break up a URL string into components such as protocol, hostname, file path, query parameters, etc. Here, I create a function to do this, similar to the fileparts function in MATLAB.

    Topics I cover in this code-along style video include:

    • Writing a function
    • Writing tests for functions using assert
    • Matching regular expressions using regexp
    • Using data types including char arrays,  structures (accessed via dynamic field names)

    Recorded: 26 May 2016

    Related Products