Clear Filters
Clear Filters

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?

1 view (last 30 days)
hello ,pleaze could you send me a code to crypt or mix the digigttrain_dataset in matlab?
  4 Comments
Walter Roberson
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.
zina tayati
zina tayati on 9 Mar 2018
thanks but i found a problem, i wrote encrypt_dataset(digittrain_dataset) but it doesn't work??

Answers (0)

This question is closed.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!