Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

hello ,pleaze could you send me a code to crypt or mix the digigttrain_dataset in matlab?

1 vue (au cours des 30 derniers jours)
zina tayati
zina tayati le 9 Mar 2018
Clôturé : MATLAB Answer Bot le 20 Août 2021
hello ,pleaze could you send me a code to crypt or mix the digigttrain_dataset in matlab?
  4 commentaires
Walter Roberson
Walter Roberson le 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 le 9 Mar 2018
thanks but i found a problem, i wrote encrypt_dataset(digittrain_dataset) but it doesn't work??

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by