Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
moni sinha
moni sinha el 29 de Nov. de 2018
Comentada: moni sinha el 29 de Nov. de 2018

Respuestas (1)

madhan ravi
madhan ravi el 29 de Nov. de 2018
Editada: madhan ravi el 29 de Nov. de 2018
Edited
Do you mean this?
fid=fopen('m30.txt','r')
f=textscan(fid,'%s','Delimiter','\n')
fclose(fid)
celldisp(f)
  3 comentarios
madhan ravi
madhan ravi el 29 de Nov. de 2018
upload your sample file to test
moni sinha
moni sinha el 29 de Nov. de 2018
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

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by