bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Results for: 2025

Making a Utility to Track MATLAB Start and Stop Times 2

I usually have multiple MATLABs running at any one time. Some I launch manually, and some start and stop on a schedule via Windows Task Manager. I want to do some analysis of my usage of these… read more >>

Adding a Settings Feature to My Web App: Part 3

So, I think I have finished the work to add a settings feature to my app. Now I want to write some more interactive tests to make sure it’s working correctly.
Features covered in this… read more >>

Adding a Settings Feature to My Web App: Part 2

So, in my attempt to add a settings feature to my web app, I have managed to add a settings tab with one uicontrol. When it’s value is changed, it saves its value to a MAT file. Next, when the… read more >>

Adding a Settings Feature to My Web App: Part 1

I maintain some MATLAB web apps that are used internally by other MathWorkers. For one of the apps, I want to allow users to save default settings for the app’s behavior.
I think I will provide… read more >>

Updating My MATLAB Function to Return More Video Metadata

I have a MATLAB function that returns metadata for the videos stored in a SharePoint folder. I want to update this function to return additional metadata about each of the videos. This data should be… read more >>