Info
This question is closed. Reopen it to edit or answer.
hello ,pleaze could you send me a code to crypt or mix the digigttrain_dataset in matlab?
2 views (last 30 days)
Show older comments
hello ,pleaze could you send me a code to crypt or mix the digigttrain_dataset in matlab?
4 Comments
Walter Roberson
on 9 Mar 2018
function encrypted_dataset = encrypt_dataset(unencrypted_dataset)
encrypted_dataset = unencrypted_dataset;
This is optimized code for doing double ROT13 encryption.
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!