Doug's MATLAB Video Tutorials

June 25th, 2012

Cryptography in MATLAB: Code review

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 have purposefully left in one syntax error and one inefficiency so that we can use the debugger and profiler later in the series to find and fix these problems.

Leave a Reply

Wrap code fragments inside <pre> tags, like this:

<pre class="code">
a = magic(3);
sum(a)
</pre>

If you have a "<" character in your code, either follow it with a space or replace it with "&lt;" (including the semicolon).


MathWorks

Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.

Doug's picture

These postings are the author's and don't necessarily represent the opinions of MathWorks.