Re: File writing Problem
- From: Jérôme <dutmatlab@xxxxxxxx>
- Date: Wed, 31 Aug 2005 09:11:44 -0400
Hi,
you can read in the documentation :
'r' Open file for reading (default).
'w' Open file, or create new file, for writing; discard existing
contents, if any.
'a' Open file, or create new file, for writing; append data to the
end of the file.
'r+' Open file for reading and writing.
'w+' Open file, or create new file, for reading and writing; discard
existing contents, if any.
'a+' Open file, or create new file, for reading and writing; append
data to the end of the file.
'A' Append without automatic flushing; used with tape drives.
'W' Write without automatic flushing; used with tape drives.
Jérôme
.
- Follow-Ups:
- Re: File writing Problem
- From: Vamsi
- Re: File writing Problem
- References:
- File writing Problem
- From: Vamsi
- File writing Problem
- Prev by Date: Re: lsqnonlin question
- Next by Date: Google Desktop
- Previous by thread: File writing Problem
- Next by thread: Re: File writing Problem
- Index(es):