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!