First Bytes at the Honors Colloquium
First Bytes MatLab Page
Saturday, June 28. Encoded Files for
demonstration to parents and family. Download to the MatLab work directory
and use the loadtext function to store them in a variable. Example
c1 = loadtext('ceasar1.txt')
Message encoded with Caesar Shift 1
(ceasar1.txt)
Message encoded with Caesar Shift 2
(ceasar2.txt)
Message encoded with Substitution 1
(sub1.txt)
Message encoded with Substitution 2
(sub2.txt)
Message encoded with Vigenere
(vin.txt)
Files for Caesar shift lab
Substitution Cipher lab
Files for Substitution Cipher lab
subMessage.txt
freqLetters.txt
secondSub.txt
Vigenere Square
Lab
Files for Vigenere Square Lab
vinsquare.txt
vinEncoded1.txt
vinEncoded2.txt
loadtext.m