摘要: Hi all,I would like to read the data all at once with:`file_text = fread(fid, inf, 'uint8=>char')`;and then use strfind to get the indices of the new line characters. unfortunately my calls to strfind are only returning empty arrays: strfind(file_text,'\n') ans =[]what am i doing 阅读全文
posted @ 2013-10-14 16:29 秋天掰穗人 阅读(1494) 评论(0) 推荐(0) 编辑