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.
评论
要发表评论,请点击 此处 登录到您的 MathWorks 帐户或创建一个新帐户。