Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
hello ,pleaze could you send me a code to crypt or mix the digigttrain_dataset in matlab?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
hello ,pleaze could you send me a code to crypt or mix the digigttrain_dataset in matlab?
4 Commenti
Walter Roberson
il 9 Mar 2018
function encrypted_dataset = encrypt_dataset(unencrypted_dataset)
encrypted_dataset = unencrypted_dataset;
This is optimized code for doing double ROT13 encryption.
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!