Feeds
답변 있음
Extract sentences of a specific pattern
The content of my .asc file is as follows and I would like to extract all the sentences of the form "after slot 16:...." and s...
Extract sentences of a specific pattern
The content of my .asc file is as follows and I would like to extract all the sentences of the form "after slot 16:...." and s...
거의 14년 전 | 0
질문
Extract sentences of a specific pattern
I have opened an ascii file using the following code fid=fopen('test.asc','r'); s = ''; while ~feof(fid) line =...
거의 14년 전 | 답변 수: 2 | 0