how to create text file

130 次查看(过去 30 天)
Hi :)
Its my first post in matlab forum. I want to know how to create text file in matlab programming (giving example will be appriciated). And after creating and have some operation(changing its contents only) on that file, how can we read that file's content back in matlab.
thanks sincerely, fazal khan

采纳的回答

Mikhail
Mikhail 2014-8-29
Hi, http://www.mathworks.com/help/matlab/ref/fprintf.html - to write into a file (and create it)
You can find examples there. Also commands save and load are much easy to deal with.
  1 个评论
Image Analyst
Image Analyst 2014-8-29
Don't forget fgetl() for reading in whole lines into a string, in case that is what is needed.

请先登录,再进行评论。

更多回答(2 个)

HARI BODDAPATI
HARI BODDAPATI 2021-10-5
ljdjljd;s'pcls

José-Luis
José-Luis 2014-8-29
The documentation has plenty of examples. For example the relatively low-level fprintf()

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by