bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Posts 111 - 120 of 172

搜索结果: Code-Along

Creating a Function to Format a Spreadsheet 2

I often export to Excel to share results with others. In doing so I control the format of the output with a template with column widths and heading colors that I have talked about in previous videos… 更多内容 >>

Extracting the Variable Names of a Logical Table

I have a table of logical data, with only one true in a row. I want to find the variable name (column header) for each row where the value is true.
Features covered in this code-along style video… 更多内容 >>

Making a MATLAB Script to Move a Set of Video Files Based on Content

I have a folder full of video files (MP4s) which I want to move based on their content. Specifically, if the file has no blank sections at the beginning or end I want to move it to another folder. So… 更多内容 >>

Building a Web Server Monitoring App, Part 6: UIFigureCloseRequest Callback

If you remember, my app creates a timer to control the execution of the main loop. It doesn’t however delete the timer. As a result, when you close the app, the timer is left behind which is… 更多内容 >>

Reading Whole Lines of Text from a File

Sometimes the text files I need to read have an irregular format, i.e. it changes row-to-row. MATLAB file reading functions that expect columns of data (e.g readtable), need a uniform format to work.... 更多内容 >>

Building a Web Server Monitoring App, Part 4: Starting with App Designer 3

Now that I’ve got most of my data processing and plotting working, I think I can start using App Designer to put it all together. I’m going to move most of the code that I have developed… 更多内容 >>

Building a Web Server Monitoring App, Part 3: Scheduling with a Timer

So far I have some charts displaying my server traffic in a while loop. Next, I think I want to execute the chart updates at a regular rate, so I’m going to move the contents of the loop into a… 更多内容 >>

Building a Web Server Monitoring App, Part 2: Plotting Streaming Data

In my last post, I worked on accessing a set of continually updating log files from a server. Here I will review what I did to tidy up my code, then work on plotting the streaming data as it comes… 更多内容 >>

Building a Web Server Monitoring App, Part 1: Reading Streaming Log Files

This will be one of a few posts where I work on building an app that will visualize traffic to a web server, letting me monitor it as its being used. I plan to use App Designer, then deploy the app… 更多内容 >>

Using Anonymous Functions to Parameterize the Log File Analysis

Here I restructure the section of my code that filters the requests, so I can easily add any filter rule (as an anonymous function) in the future. Once again I forgot to turn on my webcam so you… 更多内容 >>

Posts 111 - 120 of 172