Creating a MATLAB Function to Split a URL into Component Parts, Part 2
From the series: Creating a MATLAB Function to Split a URL into Component Parts
(Originally posted on Stuart's MATLAB Videos blog.)
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, structures
Recorded: 7 Jun 2016