bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Posts 61 - 70 of 467

搜索结果: Format: Video

Investigating Large Variables After Out of Memory Error

My code, which was running overnight, has stopped with a rare “out of memory” error. I intend to investigate to try and see if there are any easy fixes such as clearing unnecessary large… 更多内容 >>

Updating My Image Size Check Function to Ignore a Class of Images

I need to update my script which checks that all the images on our web site are smaller than a max allowed size. I want to update it to ignore a class of images, however I can only determine if an… 更多内容 >>

Fixing a Bug in My Blog Post Position Code

The script from my last blog post, which I had set to run daily, has errored-out today, so I need to try and understand why and fix it.
Features covered in this code-along style video include:

if,… 更多内容 >>

Determining My Last Post’s Position on the Blogs Index Page

Sometimes I forget to blog about what I have been doing for a few days, so I want to find a way to remind myself. The way I plan to try here is to determine what position my last post is on the blogs… 更多内容 >>

Debugging at Point of Error 1

One of my MATLAB scripts has failed and is currently stopped at the error point. By having turned on the “Pause on Errors” setting, I can see all the data in all the workspaces and hopefully use it… 更多内容 >>

Using parfor to Make Many Web Requests 2

My colleague asked me to access all the pages on a web server in order to populate it’s cache. I plan to use parfor to get through the more than 250k pages in a timely manner. I will also need… 更多内容 >>

Analyzing Sitemaps

Today, I want to analyze the sitemaps on mathworks.com. These XML files, in standard locations, provide search engines with lists of the pages on the site. I want to compare these lists with the list… 更多内容 >>

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… 更多内容 >>

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… 更多内容 >>

AutoHotkey Shortcuts for the MATLAB Editor

I created some AutoHotkey shortcuts to make it easier to execute arbitrary lines of code in the MATLAB Editor. They include:
Alt+Enter: Execute the line I am currently editing/typing
Alt+Left Click:… 更多内容 >>

Posts 61 - 70 of 467