bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Results for: 2026

Sending Push Notifications from MATLAB with ntfy.sh

I often use sendmail to notify me of the progress of long running scripts, or when they have finished or errored. I have had some trouble recently with our internal mail server, so I wanted to try an… read more >>

Finding and Removing HTML Elements from a Web Page

My script that looks for translation errors on our website is generating too many false positives. I need to ignore an area at the bottom of all pages, called the country selector which is a list of… read more >>

Concatenating Struct Arrays with Different Fields

When I read data from the web, using webread or websave, usually all records returned have the same information and, as a result, appear in MATLAB as a struct array. But sometimes they do not have… read more >>

Debugging a String Concatenation Error in My Web App

My colleague found a bug in my MATLAB Web app. She could see a string concatenation error message in the app logs. I will go through the normal steps I would take to debug and fix such an issue in my… read more >>