Stuart’s MATLAB Videos

Watch and Learn

Posts 41 - 50 of 165

다음에 대한 결과: Code-Along

Updating an App UI Control To Change The Item List

I need to update a drop-down UI control in my app so that the items in the list are no longer truncated. I will need to edit my code that populates it, run my tests and re-commit.
Features covered in… 더 읽어보기 >>

Investigating a Failed Unit Test for My App

After I added a new UI control to my web app, in a live stream recently, I ran my full set of unit tests and one failed. So I need to investigate why and address.
Features covered in this code-along… 더 읽어보기 >>

Pausing and Manually Modifying The Data in a Long Running Script

Here I want to change the behavior of a long running script, by pausing it and manually changing the value of one of the variables. This lets the program continue to run, but in a different way, and… 더 읽어보기 >>

Debugging Example: Why is my data not being filtered correctly? 1

Some data in my MATLAB function is not being filtered out as it should be. I will need to determine why, by doing some investigating, stepping through my code and analyzing the variable values at… 더 읽어보기 >>

Adding a Cell Selection Callback to a Table in My MATLAB App

Here, I add a cell selection callback to a table in one of my MATLAB apps by copying this functionality from another app.
Features covered in this code-along style video include:

App… 더 읽어보기 >>

Accessing Files Relative to a MATLAB Project’s Root Folder

While trying to troubleshoot another bug, which I couldn’t reproduce, I found something else I want to fix. I have a number of data files in my MATLAB project subfolders that the code in each… 더 읽어보기 >>

Run/Continue to Here in the MATLAB Editor

The “Run/Continue to Here” button in the MATLAB Editor, lets you jump to a future spot in your code in one click and without setting a breakpoint. This replaced the “Run to… 더 읽어보기 >>

Adding New Features to a Web App: Livestream on YouTube Today

I’ll be doing my Blog live today on YouTube at 11am EDT. It will be a code-along as I normally do, mostly working with App Designer, but I’ll try and answer the occasional question from… 더 읽어보기 >>

Modifying My App to Handle an Old Data Set Used in a Test Case

The unit tests for my web app have failed because I added a new variable to my data set. Rather than re-design my tests I’ve decided to take the lazy way out for now and update my app to ignore… 더 읽어보기 >>

Adding Another Column to a Table in my Web App

Here I am going to try and add an additional column to a table in my web app. Its been more than a year since I worked on this app, so I need to first find where in my code I do the table… 더 읽어보기 >>

Posts 41 - 50 of 165