bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Posts 291 - 300 of 570

Choosing algorithm based on data size. 2

Today we will look further at the cypher algorithm, specifically the randomness of this algorithm. There are two different distributions to look at: distribution of single numbers (1,2,3,4) and the… 더 읽어보기 >>

Curiosity Lands 2

All the geeks know that Curiosity has landed on Mars. I am not sure of the extent of the use of MATLAB/Simulink on this particular project, but I know that JPL is a “major user” of… 더 읽어보기 >>

Naive vs Complex solutions

This video is more philosophical than about MATLAB syntax. When trying to understand the cycles that occur in the output of a pseudo random number generator, I first approached the problem in… 더 읽어보기 >>

Cycle analysis of a pseudo random number generator with MATLAB

This video furthers our analysis of the solitaire cipher, which is really just a pseudo random number generator. In this video, we estimate the cycle time of our random number generator to determine… 더 읽어보기 >>

Using the MATLAB profiler to speed your code

This next video shows how to think about the results from the profiler to speed up your MATLAB code. We do not spend much time on the actual optimization, but more on finding bottlenecks and… 더 읽어보기 >>

Debugging in MATLAB 2

This video is about how to debug in MATLAB. This video shows an error that occurs only now and then when using random inputs. A technique for capturing the random inputs, using dBSTOP IF ERROR, the… 더 읽어보기 >>

Cryptography in MATLAB: Code review 1

This video assumes you have watched this video that outlines a simple encryption algorithm. The video shows a quick code review of my algorithm. Warning: this video is part of a longer series, I… 더 읽어보기 >>

Schneier’s solitaire cipher

I have liked cryptography since I was sending Caesar cipher messages to my fellow 6th graders. The essence of that was to ‘add’ a value to each letter of your message. With Caesar, it… 더 읽어보기 >>

Learning MATLAB 1

I commonly am asked how to learn MATLAB. Here are common questions and answers. What MATLAB books or MATLAB tutorials should I use? I am, of course biased on this. I think this blog is a… 더 읽어보기 >>

How to label a series of points on a plot in MATLAB. 1

This video shows how to put an individual text label on each of a series of points. This video also shows a simple technique for understanding lines of code where there are many functions… 더 읽어보기 >>

Posts 291 - 300 of 570

이 게시물은 작성자 개인의 의견이며, MathWorks 전체의 의견을 대변하는 것은 아닙니다.