bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Advanced: Speeding up an enumerated string search in a data mining application 3

This week, I am going to cover a technique that I used to speed up a data mining application that had a search through enumerated strings looking for all the matches. Using this technique of… 更多内容 >>

Advanced: making a 2d or 3d histogram to visualize data density 41

This short video makes a 2d histogram as an alternative to plotting data points and visually estimating where the most data is. if (typeof(playerLoaded) === ‘undefined’) {var playerLoaded =… 更多内容 >>

Basics: Dialogapalooza- a look at many predefined dialogs 2

Very often MATLAB user will write in and we figure out that they are trying to reinvent a dialog that already exists. I quickly go through and show the most useful dialogs in MATLAB. if… 更多内容 >>

Basics: Refactoring a switchyard into a formula 3

This short video shows how a switchyard of if/elseif statements was converted to a simple formula. Testing of this refactoring was also done. if (typeof(playerLoaded) === ‘undefined’) {var… 更多内容 >>