Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
inStr = 'doug';
shift = 10;
outStr = 'nyeq';
assert(isequal(cypher(inStr, shift),outStr))
|
2 | Pass |
inStr = 'thequickbrownfox';
shift = 5;
outStr = 'ymjvznhpgwtbsktc';
assert(isequal(cypher(inStr, shift),outStr))
|
3 | Pass |
inStr = 'thecrowfliesatmidnight';
shift = 22;
outStr = 'pdaynksbheaowpiezjecdp';
assert(isequal(cypher(inStr, shift),outStr))
|
Matrix indexing with two vectors of indices
485 Solvers
359 Solvers
Pernicious Anniversary Problem
735 Solvers
616 Solvers
Write a function man that takes a row vector v and returns a matrix H as follows..
439 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!