Extracting text from .txt file and place into a string.

I have a number of txt files which contain famous speeches. How do I open the file, and extract the entire speech and place it into a string? After that I wish to do a separate count for all words in the speech.

Answers (1)

You can use textscan to import the text, then allwords to count words.

Categories

Asked:

on 26 Mar 2015

Answered:

on 26 Mar 2015

Community Treasure Hunt

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

Start Hunting!