Stuart’s MATLAB Videos

Watch and Learn

Posts 1 - 10 of 11

Results for: Cody Code-Along

Cody Code-Along: R2016b Feature Challenge – Use a timetable to analyze a train timetable, Part 3

In part 3 of this set of Cody problems, you need to count the number of trains in one day. Afterwards, I took a look at the solutions others have contributed, which can be very interesting.
Features… read more >>

Cody Code-Along: R2016b Feature Challenge – Use a timetable to analyze a train timetable, Part 2

In part 2 of this Cody problem you need to select the next departure from a train time table based on certain criteria. It does take me a few tries to return the answer in the format the problem… read more >>

Cody Code-Along: R2016b Feature Challenge – Use a timetable to analyze a train timetable, Part 1

Are my blog post titles getting out of hand? Too many levels of hierarchy?
This Cody problem introduces the newish timetable datatype which I don’t know much about. Let’s take a look and see… read more >>

Cody Code-Along: R2016b Feature Challenge – When Was That Goal Scored? (One More Time) 1

Here I try the first problem again in the Release 2016b Features Challenge. This time I don’t use regular expressions (with regexp), but use a new function in release 2016b (which I was kind of… read more >>

Cody Code-Along: R2016b Feature Challenge – Combine First and Last Names

In this problem in the Release 2016b Features Challenge set on Cody, you just need to combine an array of first names with an array of last names to create an array of full names.
Features covered… read more >>

Cody Code-Along: R2016b Feature Challenge – Fix Addresses, Part 3

I did part 2 of the text manipulation set of problems in the Release 2016b Features Challenge but forgot to record it (Doh!). So here is part 3 where you need to insert text into a string. I like to… read more >>

Cody Code-Along: R2016b Feature Challenge – Fix Addresses, Part 1 2

You need to remove text between delimiters, in this “Cody Code-Along” for another problem in the Release 2016b Features Challenge.
Features covered in this code-along style video… read more >>

Cody Code-Along: R2016b Feature Challenge – When Was That Goal Scored?

In this “Cody Code-Along” for another problem in the Release 2016b Features Challenge, I try to extract some numbers from an XML string representing when goals were scored in a match.
Features… read more >>

Cody Code-Along: R2016b Feature Challenge – String Array Basics, Part 4 13

In this “Cody Code-Along” for the next problem in Release 2016b Features Challenge I do the opposite of the previous one and convert a string array with missing values to a cell array.
Features… read more >>

Cody Code-Along: R2016b Feature Challenge – String Array Basics, Part 3

Here I continue with Cody Code-Alongs for the Release 2016b Features Challenge. This problem looks at converting between strings and cell arrays of character arrays with missing values. I could not… read more >>

Posts 1 - 10 of 11