how to read records line by line saved in m30.txt .

1 回表示 (過去 30 日間)
moni sinha
moni sinha 2018 年 11 月 29 日
コメント済み: moni sinha 2018 年 11 月 29 日

回答 (1 件)

madhan ravi
madhan ravi 2018 年 11 月 29 日
編集済み: madhan ravi 2018 年 11 月 29 日
Edited
Do you mean this?
fid=fopen('m30.txt','r')
f=textscan(fid,'%s','Delimiter','\n')
fclose(fid)
celldisp(f)
  3 件のコメント
madhan ravi
madhan ravi 2018 年 11 月 29 日
upload your sample file to test
moni sinha
moni sinha 2018 年 11 月 29 日
firstly read the first line and do hashingusing sha128 with random number of 64 bit hexadecimal length and bitxor the value of hashed value of random and first line record hashed value .then read the second line and do hashing with the previous hash vaue i.e random number and first line

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by