photo

Blaise


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
How do I keep updating and accumulating my arrays as I read multiple files one after the other
nFiles = 1154 ; match = 'sd' ; wordssd = {} ; linessd = {} ; for k = 1 : nFiles fid = fopen(sprintf('sw000%d.m', k...

11 years ago | 0

Question


How do I keep updating and accumulating my arrays as I read multiple files one after the other
So I have multiple m.files, and I have implemented my code which is able to read one file and do exactly what I need it to do. ...

11 years ago | 2 answers | 0

2

answers

Question


Adding up words in matrices on Matlab
Example hello My name is Kevin Hello my name is Susan u1=[1] u2[0,1,1,1,1] u3=[1,1,1,1,0,1] So u1 has a ma...

11 years ago | 2 answers | 0

2

answers