how to retrive the text file? nd which function is needed for retrive the text file?
조회 수: 1 (최근 30일)
이전 댓글 표시
i want to hide the text in image so i need a text file that used in my project for hide it in to the image
댓글 수: 0
답변 (1개)
Joseph Cheng
2014년 3월 30일
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!