append a text file to structure
1 view (last 30 days)
Show older comments
Hi All.
I have a structure generated from a matlab simulation which I want to append the txt. Any idea how should I do this?
0 Comments
Answers (1)
Walter Roberson
on 19 Sep 2019
fileread() is the easiest way.
However if your file happens to contain utf8 characters I would want to double check whether fileread reads byte by byte or if it recognizes the utf8 and converts to appropriate character.
0 Comments
See Also
Categories
Find more on Text Files in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!