Creating a MATLAB Function to Split a URL into Component Parts, Part 2
This code-along video is the second in a series where I’m creating a MATLAB function to split a URL into component parts. Here I add more tests, return more components, and add a parameter to specify which components to return.
Topics I cover in this part include:
- Writing tests for functions using assert
- Matching regular expressions using regexp
- Using char arrays and structures
Play the video in full screen mode for a better viewing experience.
- Category:
- Code-Along,
- Format: Video
Comments
To leave a comment, please click here to sign in to your MathWorks Account or create a new one.