Stuart’s MATLAB Videos

Watch and Learn

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

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)

Play the video in full screen mode for a better viewing experience.

|
  • print

コメント

コメントを残すには、ここ をクリックして MathWorks アカウントにサインインするか新しい MathWorks アカウントを作成します。