fid=fopen('transform.txt');
alltext = textscan(fid, '%s');
d = size(alltext)
for k=1:1
line = alltext{1}{k}
end
I am using size() function to get the number of cells but it is not giving me my desired Answer....I want the number of cells in array variable named alltext
Transform.txt File
mecca06.pgm 2 0.707 -0.1414 0 0.707 1.2726 0 0 0 1 mecca06.pgm c
