Azzera filtri
Azzera filtri

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?

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

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by