Path: news.mathworks.com!not-for-mail
From: "pietro " <bracardi82@email.it>
Newsgroups: comp.soft-sys.matlab
Subject: Re: matlab fwrite error
Date: Sat, 3 Jan 2009 23:56:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 9
Message-ID: <gjotuh$ng4$1@fred.mathworks.com>
References: <gjoko5$6pl$1@fred.mathworks.com> <f78f3ad5-b36d-4038-b077-ca822f90563f@v39g2000pro.googlegroups.com> <f2ae7979-312c-4be5-95d7-d4d528289ead@w1g2000prk.googlegroups.com>
Reply-To: "pietro " <bracardi82@email.it>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1231026961 24068 172.30.248.37 (3 Jan 2009 23:56:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 3 Jan 2009 23:56:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1184971
Xref: news.mathworks.com comp.soft-sys.matlab:509713


Brian Borchers <borchers.brian@gmail.com> wrote in message <f2ae7979-312c-4be5-95d7-d4d528289ead@w1g2000prk.googlegroups.com>...
> On Jan 3, 3:21 pm, "pietro " <bracard...@email.it> wrote:
> >Thank you, now it works. Could you explain me, why it doesn't work with fwrite?
> 
> The fwrite function writes raw binary data- it doesn't accept a format
> string like frpintf does.  help fwrite will give you an explanation of
> what fwrite does.

ok thank you. :)