Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

1 Ansicht (letzte 30 Tage)
hello ,pleaze could you send me a code to crypt or mix the digigttrain_dataset in matlab?
  4 Kommentare
Walter Roberson
Walter Roberson am 9 Mär. 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 am 9 Mär. 2018
thanks but i found a problem, i wrote encrypt_dataset(digittrain_dataset) but it doesn't work??

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by