matlab code to read and store listed fingerprints in a txt f
matlab code to read and store listed fingerprints in a \".txt\" file
matlab code to read and store listed fingerprints in a \".txt\" file
Solution
for v=1:100 im=subImage; filename =strcat(\'directory\',int2str(v),\'.txt\'); save ( filename,\'im\') end