CQ3040
2010-06-25 17:09:34 UTC
% encoded using the caesar cipher, and the second specifying a
% comma-separated values (csv) file containing the shifts necessary to
% decode each line. The function will then write out a new text file that
% has each line of the encoded file decoded. The file name of the decoded
% file will be identical to the encoded file name, except that the string
% 'decoded_' will be appended to the front. The decoded file will only
% use the '\n' character to specify new lines, and the last line of the
% decoded file will not contain a new line character.
how do i start this problem?
im so confused on using files with matlab