Stuart’s MATLAB Videos

Watch and Learn

Posts 21 - 30 of 33

Results for: App Designer

Moving Graphical Script Code to App Designer

I’ve been developing a script for a while to display the structure of part of our website. It involves plotting a graph and manipulating it. Now I want to move this code into an app because… read more >>

I Need to Replace the Checkbox in My MATLAB App with Radio Buttons 2

The MATLAB app I’m currently working on has a checkbox to let the user select between two options for the behavior of the app. I want to now allow three options, so I plan to remove the check… read more >>

Dynamically Adding Components to My MATLAB App 1

I want to add and remove user interface components on the fly in the MATLAB App that I have made with App Designer. Specifically, I want the number of tabs in a tab group to change based on the data…. read more >>

Passing Parameters to Apps Built with App Designer 1

I need to figure out how to pass a parameter to a MATLAB App that is built with App Designer. In this case, I want to pass a parameter to a MATLAB Web app, but since making the video I have found out… read more >>

My Web Scraping App: Adding a Single-Match Pattern

Now I want to add a second regex pattern that will only match once per page and display what it finds in the results. This would let me, for example, extract the language of each page and display it… read more >>

My Web Scraping App: Only Get HTML Content if Page List Changes

Currently, my (small scale) web scraping app reads the HTML content of the list of pages, then searches for pattern matches.
I want to change it, so that it only reads the HTML content if the list of… read more >>

Handling Multiple Match Tokens in My Web App

Now I want to modify the MATLAB app I recently made to scrape web pages, so that it can handle multiple multi-part patterns. i.e. where there are more than one token in the regular expression match… read more >>

Making Improvements to My Web Page Scraping MATLAB App

I want to modify the MATLAB app I recently made to scrape web pages, so that it can handle the case where there is more than one match per page.
Features covered in this code-along style video… read more >>

Deploying My MATLAB App as a Web App 1

I want to turn the MATLAB App I developed recently into a web app so it is accessible from a browser. It can then be used by my colleagues who work on the website and do not use MATLAB.
To do this,… read more >>

Building a MATLAB App to Extract Web Page HTML Patterns 1

A colleague asked if I could extract a date string from a set of MATLAB Answer pages. I’ve often needed to extract patterns from random web pages and have written scripts to do so, so I thought… read more >>

Posts 21 - 30 of 33