Stuart’s MATLAB Videos

Watch and Learn

Posts 11 - 20 of 28

結果: App Designer

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… 続きを読む >>

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… 続きを読む >>

Hiding Tabs in My MATLAB Web App 1

I’ve added a few tabs to my web app recently to provide some new functionality. However they are not needed for every user and they make the interface more busy. So I think I will try and hide… 続きを読む >>

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… 続きを読む >>

Moving Graphical Script Code to App Designer – More Debugging 1

I need to continue debugging the code that I moved into App Designer by updating all plotting functions to specify a specific axes. I forgot I defined a bunch of interactivity callbacks (mouse-over,… 続きを読む >>

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… 続きを読む >>

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… 続きを読む >>

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…. 続きを読む >>

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… 続きを読む >>

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… 続きを読む >>

Posts 11 - 20 of 28