bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Results for: 2026

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 >>