Creating a MATLAB Function to Split a URL into Component Parts
This is a series of videos about developing a function to break up a URL string into components such as protocol, hostname, file path, query parameters, etc., similar to the fileparts function in MATLAB. The videos use the code-along style.