how can embed a watermark for text document in matlab?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
i am doing a work on copyright protection of plain text using text watermarking s i want to reads a text file and generate a watermark for that text and generate key
0 commentaires
Réponse acceptée
Walter Roberson
le 29 Juin 2013
You can use fileread() to read an entire text file. Or you can use fopen() / fread() / fclose()
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!