Question: Using MatLab Create a.txt file with text copied from a movie or a product review from the web-do not exceed 100 words. I n one
Using MatLab

Create a.txt file with text copied from a movie or a product review from the web-do not exceed 100 words. I n one single matlab script file (exercise02.m), implementing the following: Read in the lines of the text file using the fgetl function. Store the lines of this file in a cell array. Useful functions: for, fopen, fgetl. Parse your stored lines of text into their constituent words using the strtok function. Store all of the words in the entire document in a cell array with one word per index. Create a lexicon consisting of all of the unique words in all the files. Useful function: unique. Create a column vector representing how many times each lexicon word occurs in the document. This is a word vector representation for the document. Useful function: zeros
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
