how can embed a watermark for text document in matlab?
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Walter Roberson
2013 年 6 月 29 日
You can use fileread() to read an entire text file. Or you can use fopen() / fread() / fclose()
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!