how to retrive the text file? nd which function is needed for retrive the text file?

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

回答 (1 件)

Joseph Cheng
Joseph Cheng 2014 年 3 月 30 日

0 投票

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.

カテゴリ

ヘルプ センター および File ExchangeEncryption / Cryptography についてさらに検索

質問済み:

2014 年 3 月 30 日

回答済み:

2014 年 3 月 30 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by