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!