필터 지우기
필터 지우기

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 CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by