Making a textfile into a list in matlab?
- by Ben Fossen
I have a textfile and would like to import it onto Matlab and make it a list
Person1
name = steven
grade = 11
age= 17
Person2
name = mike
grade = 9
age= 15
Person3
name = taylor
grade = 11
age= 17
There are a few hundred entries like these above. Each are seperated by a blank line I was thinking I could scan the text and make the information…