photo

Kelsey


Drexel University

Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
74,020
of 301,464

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,292

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,632

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


How do I find and display the most frequent word in ALL sentences combined?
if I have 5 sentences (s1, s2, s3, s4, s5) and i put them all into one string (s) using: s=[s1 ' ' s2 ' ' s3 ' ' s4 ' ' s5] ...

12 years ago | 2 answers | 0

2

answers

Question


How can I go through a file, analyze specific words, state which line the those words appear in, which column they start at, and what is the actual line that contains the word?
I have to: 1. Open and read a file. 2. Go through each specific word/phrase I am given (one word is case sensitive, the ot...

12 years ago | 1 answer | 0

1

answer

Question


How can I count, sum, and display the number of special characters in a sentence? (Using for loops/if statements/strcmp/strfind/strread)
I counted the number of characters per sentence, but now I have to count how many special characters are in each sentence (seper...

12 years ago | 1 answer | 0

1

answer