Search an entire text file for a word

조회 수: 10 (최근 30일)
Lauren Harkness
Lauren Harkness 2017년 10월 12일
답변: Cedric 2017년 10월 12일
If i have a text file and am looking for the number of times a specific word appears in it, how would I go about doing that? I tried using the "contains" and "strfind" but they aren't working because its a text file not a string.

채택된 답변

Cedric
Cedric 2017년 10월 12일
content = fileread( 'MyTextFile.txt' ) ;
and then you can STRFIND or REGEXP or anything else on content, which is a char array.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Characters and Strings에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by