Published


Creating a MATLAB Function to Split a URL into Component Parts, Part 3
22:09 This code-along video is the third in a series where I’m creating a MATLAB function to split a...

9 years ago

Thumbnail

Published


Using try/catch in a While Loop to Repeatedly Execute MATLAB Code
17:50 You may be familiar with using try/catch statements to make your code robust to errors. Matt...

9 years ago

Thumbnail

Published


Creating a MATLAB Function to Split a URL into Component Parts, Part 2
66:12 This code-along video is the second in a series where I’m creating a MATLAB function to split a...

9 years ago

Thumbnail

Published


Creating a MATLAB Function to Split a URL into Component Parts, Part 1
51:49 I often need to break up a URL string into components such as protocol, hostname, file path,...

9 years ago

Thumbnail

Published


Building a Matrix in a For Loop
33:13 On an existing post, a MATLAB user asked how to vertically concatenate a number of matrices...

9 years ago

Thumbnail

Published


Making a MATLAB Script to Compare Two Long Lists of Strings from Excel
36:19 I often need to compare long lists of strings, usually URLs. If I have less than a few thousand,...

9 years ago

Thumbnail

Published


Creating a Utility to Close All MATLAB Base Functions Open in the Editor
21:39 When your MATLAB code encounters an error and you have “dbstop if error” enabled, the file in...

10 years ago

Thumbnail

Published


saveValue Function for Tracking Metrics Over Time, Part 9: Fixing Errors in the Value Store
4:35 Sometimes when I record a variable with the saveValue function, it is a mistake, or it was a...

10 years ago

Thumbnail

Published


Continuing a MATLAB Program That Has Crashed
6:23 It can be frustrating when a script that has been running for a long time, perhaps for many...

10 years ago

Thumbnail

Published


Saving Data from MATLAB to Excel Using a Template
6:52 I often need to export data from MATLAB to Excel. As the files are used by others, I like to...

10 years ago

Thumbnail

Published


New MATLAB Feature in Release 2016a: Pause Button
7:59 In Release 2016a, you can now pause a running MATLAB program and enter debug mode. Here, I use...

10 years ago

Thumbnail

Published


Using MATLAB Regular Expressions to Find Patterns in URLs on Our Website
66:41 I want to count the number of different types of pages on our website (e.g. file exchange posts,...

10 years ago

Thumbnail

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

10 years ago

Published


saveValue Function for Tracking Metrics Over Time, Part 8: Using saveValue
2:37 In the eight video in this series about developing functions to store values over time, I put the...

10 years ago

Thumbnail

Published


saveValue Function for Tracking Metrics Over Time, Part 7: Specifying datetime Input Format
3:02 In the seventh video in this series about developing functions to store values over time, I...

10 years ago

Thumbnail

Published


saveValue Function for Tracking Metrics Over Time, Part 6: Specifying a Date
6:27 Happy New Year everyone. In the sixth video in this series about developing functions to store...

10 years ago

Thumbnail

Published


saveValue Function for Tracking Metrics Over Time, Part 5: Using datetime Objects
6:16 In the fifth video in this series about developing functions to store values over time, I use the...

10 years ago

Thumbnail

Published


saveValue Function for Tracking Metrics Over Time, Part 4: loadValue
4:18 In the fourth video in this series about developing functions to store values over time, I write...

10 years ago

Thumbnail

Published


saveValue Function for Tracking Metrics Over Time, Part 3: Storing as a Table
6:39 In the third video in this series about developing functions to store values over time, I use a...

10 years ago

Thumbnail

Published


saveValue Function for Tracking Metrics Over Time, Part 2: Using a MAT-File Object
4:20 In the next video in this series of videos about developing a set of functions to store values...

10 years ago

Thumbnail

Published


saveValue Function for Tracking Metrics Over Time, Part 1: MATLAB Test Script
3:51 This is the first in a series of videos about developing a set of functions to store values over...

10 years ago

Thumbnail

Published


MATLAB Code-Along Videos
The next set of videos that I post, starting tomorrow, use a style similar to “code-along” videos. This style has been used...

10 years ago

Thumbnail

Published


Reading Web Pages, Part 3: Speeding-up the Code
4:40 In the third video in his series, Matt investigates speeding up his code, starting first by using...

10 years ago

Thumbnail

Published


Reading Web Pages, Part 2: Using try/catch to Handle Errors
4:04 In the next video in his series on reading web pages, Matt uses a try/catch statement to make his...

10 years ago

Thumbnail

Published


Reading Web Pages, Part 1: Using webread
6:57 This week, in the first of a series of videos, my colleague Matt Tearle demonstrates how to read...

10 years ago

Thumbnail

Published


Displaying the Progress of a Long Running MATLAB Script, Part 3: Function Handle Utility
4:09 Along with the examples in part one and part two of this series, another method I use to display...

10 years ago

Thumbnail

Submitted


initUpdateStatus
Function Handle Utility To Help Display the Status of a MATLAB Script

10 years ago | 1 download |

5.0 / 5

Published


Displaying the Progress of a Long Running MATLAB Script, Part 2: uitable
5:21 Previously, I showed how you could use fprintf to display status updates of a long running...

10 years ago

Thumbnail

Published


Displaying the Progress of a Long Running MATLAB Script, Part 1: fprintf
6:16 I have a number of scripts that take several hours to run and I like be able to track their...

10 years ago

Thumbnail

Published


Large Table Building That Requires Scalar Operations
5:42 Recently I have been using MATLAB tables a lot to store large heterogeneous datasets. In many...

10 years ago

Thumbnail

Load more