Stuart’s MATLAB Videos

Watch and Learn

Posts 51 - 60 of 152

Results for: Code-Along

Repurposing Some MATLAB Code to Detect Large Web Images

I need to find all video thumbnails on our website that are larger than a certain size. I tried to do this before but the method I chose was not reliable. I want to try a different method, but… read more >>

Shortest Path Between Two Web Pages

I want to find how you get to a particular web page on our website from another one, i.e. what series of links do you need to click. I have a list of all pages and the links between them, so I can… read more >>

I Want To Add An “Are You Sure?” Alert To My Web App

The web app I’m working on manipulates a set of MAT files and lets me switch between them. Occasionally I will forget to save changes to a MAT file before I load a new one. So here, I want to… read more >>

Copying Text to the Clipboard in MATLAB Web App – Fail 2

I want to occasionally copy text from data in a table in my web app, so I try to add a line to the cell selection callback to copy the cell value to the clipboard. However, this first idea fails and… read more >>

Adding Another Output Argument to a Function

I need to add another output argument to a function I made last week, to return some more information. Then, I’m going to try and use the function for another application I have for it…. read more >>

Adding a try/catch With Email Notification

One module of a large MATLAB project I maintain failed last night and caused the whole application to error-out. This is disappointing because it takes several hours to run. It was because of a typo… read more >>

Scraping Links from a List of Web Pages

My colleague Sherrie just asked me if I could extract the links from a specific set of pages, then store them in a spreadsheet. She just needs the links from the area in the center of the page and… read more >>

Scraping Links from a Set of MATLAB Documentation Pages

My colleague Sam asked if I could help him try and understand how a set of documentation pages were linked together and perhaps visualize them as a graph.
Now, I do have a good idea of all the pages… read more >>

MATLAB Web App Update, Test, and Commit

I need to develop a new feature in one of my MATLAB web apps. I also need to test it, commit it to source control and re-deploy.
Features covered in this code-along style video include:

App… read more >>

MATLAB arguments Block: Conversion from inputparser 1

I eventually got around to converting a complex use of inputparser to an arguments block.
Features covered in this code-along style video include:

arguments block
inputparser

if… read more >>

Posts 51 - 60 of 152