Stuart’s MATLAB Videos

Watch and Learn

Posts 1 - 10 of 14

搜索结果: 2024

Using a MAT-File Object to Save a Variable in Chunks

I need to save a 50GB string variable to a MAT file. I have noticed that when I use the save command, memory usage is increased temporarily, perhaps while making a copy of the variable. To minimize… 更多内容 >>

Categorizing Favorites on the Quick Access Toolbar

I recently remembered that you can categorize your favorites on the Quick Access Toolbar. This lets you fit in lots more. If you are not familiar with this, I will show you how here. Also, if you… 更多内容 >>

Implementing a Lock File with Help from ChatGPT

I have a utility that lets me save random metrics about various systems and processes to a spreadsheet. This utility is called from many systems that run concurrently and sometimes there can be… 更多内容 >>

Manually Modifying Data in Running Code

In a previous blog video, I manually paused my code and changed the value of a variable, in order to change the behavior of my code. This time, my code has stopped at a keyboard command and I want to… 更多内容 >>

Using the Coverage Report to Help with App Testing

I’ve created quite a few unit tests for one of my MATLAB apps, but I’m not sure if I’m testing all it’s functionality. That is where the Coverage Report comes in. I’m… 更多内容 >>

Investigating and Fixing a Bug in My Web App

My colleague told me that one of the web apps that I maintain for internal use has stopped working. So I want to investigate the issue and try and fix it. I thought I would show you my typical… 更多内容 >>

Trying to Reduce the Starting Time of My App

My app takes a while to start because it has to load a good amount of data from a database, then analyze it before its ready to be used. I have an idea of how to speed this up, so I’m going to… 更多内容 >>

Sending Myself a Notification When a Token is About to Expire

I often use tokens and other types of authentication to access web resources. There is one I use where the authentication expires after 1 year, and I’m often taken by surprise by this. So I… 更多内容 >>

Creating a Simple Function with Test Script

I need to create a simple function to do some string processing in one of my web apps. I thought I would try and show you a typical process of developing the algorithm, creating the function, adding… 更多内容 >>

Example of Using the Profiler to Help Reduce the Execution Time of a Function

I have a function which analyzes the contents of a few hundred folders. Its taking several minutes to run and I use it a lot, so I want to try and make it execute faster.
I propose using the profiler… 更多内容 >>

Posts 1 - 10 of 14