Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
Noah Swiston
Noah Swiston am 26 Mär. 2015
Beantwortet: Chad Greene am 26 Mär. 2015
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.

Antworten (1)

Chad Greene
Chad Greene am 26 Mär. 2015
You can use textscan to import the text, then allwords to count words.

Community Treasure Hunt

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

Start Hunting!

Translated by