Path: news.mathworks.com!not-for-mail
From: "Sadik " <sadik.hava@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Creating a Log, xml or text file
Date: Sat, 23 May 2009 17:11:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 12
Message-ID: <gv9an4$84h$1@fred.mathworks.com>
References: <gv907h$jec$1@fred.mathworks.com>
Reply-To: "Sadik " <sadik.hava@gmail.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1243098661 8337 172.30.248.38 (23 May 2009 17:11:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 23 May 2009 17:11:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1666517
Xref: news.mathworks.com comp.soft-sys.matlab:542039


You can definitely use the fprintf function. The help documentation should have enough explanation on that.

<gv907h$jec$1@fred.mathworks.com>...
> Hi, 
> 
> How to create a log, xml or text file?
> 
> I'm creating a small test application for my research using which images are displayed and the viewer will rate them based on particular scale. I want to save the rating/grading for each picture in a form of text file.
> 
> Can anyone help
> 
> thanks