Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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

1 visualización (últimos 30 días)
hello ,pleaze could you send me a code to crypt or mix the digigttrain_dataset in matlab?
  4 comentarios
Walter Roberson
Walter Roberson el 9 de Mzo. de 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 el 9 de Mzo. de 2018
thanks but i found a problem, i wrote encrypt_dataset(digittrain_dataset) but it doesn't work??

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by