how to retrive the text file? nd which function is needed for retrive the text file?

Respuestas (1)

Depending on what you are looking to do however each method will use fopen().
If you are looking for the text within the file then a loop of fgetl should work. If you are looking to hide the text file itself (binary) inside the image fread() should get you started.

Categorías

Más información sobre Encryption / Cryptography en Centro de ayuda y File Exchange.

Preguntada:

el 30 de Mzo. de 2014

Respondida:

el 30 de Mzo. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by