Stuart’s MATLAB Videos

Watch and Learn

Posts 81 - 90 of 152

Results for: Code-Along

Handling Multiple Match Tokens in My Web App

Now I want to modify the MATLAB app I recently made to scrape web pages, so that it can handle multiple multi-part patterns. i.e. where there are more than one token in the regular expression match… read more >>

Making Improvements to My Web Page Scraping MATLAB App

I want to modify the MATLAB app I recently made to scrape web pages, so that it can handle the case where there is more than one match per page.
Features covered in this code-along style video… read more >>

Deploying My MATLAB App as a Web App 1

I want to turn the MATLAB App I developed recently into a web app so it is accessible from a browser. It can then be used by my colleagues who work on the website and do not use MATLAB.
To do this,… read more >>

Building a MATLAB App to Extract Web Page HTML Patterns 1

A colleague asked if I could extract a date string from a set of MATLAB Answer pages. I’ve often needed to extract patterns from random web pages and have written scripts to do so, so I thought… read more >>

Setting the Strings in a Table to a Constant 2

I have a table with many columns, some of which are stings. I want to set all the string values to a constant string.
Features covered in this code-along style video, which is less coherent than… read more >>

Using a Conditional Breakpoint in a for Loop

I have a for loop that is transforming my data in a way I did not expect, so I use a conditional breakpoint to stop when my data changes, helping me get closer to the cause.
Features covered in this… read more >>

Editing a MATLAB Function to Add an Another Parameter

I’m going to make some edits to another MATLAB function while stopped at a breakpoint, so the variables are available to exercise the new code. In this case, I need to update a function to take… read more >>

Editing a MATLAB Function While Stopped at a Breakpoint 3

I often will edit code while stopped at a breakpoint. This lets me have all variables available to process and test the new code. However, if you continue execution of the debug session, MATLAB will… read more >>

Trying Out inputparser 1

I’m going to try to use inputparser for the first time, to specify name-value pair parameters for my function.
Its been around for several years but I haven’t used it. Typically my… read more >>

Debugging a Failed File Import

One of my continuously running MATLAB scripts just failed and has stopped at a breakpoint (I had set dbstop if error). So I need to debug it to understand why and fix it.
Features covered in this… read more >>

Posts 81 - 90 of 152