Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!d61g2000hsa.googlegroups.com!not-for-mail
From: Randy Poe <poespam-trap@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Complex structure to text file
Date: Thu, 29 Nov 2007 12:24:46 -0800 (PST)
Organization: http://groups.google.com
Lines: 22
Message-ID: <3cee0b4c-0231-4eee-aad3-5139e3a41d31@d61g2000hsa.googlegroups.com>
References: <f9fq2l$2vi$1@fred.mathworks.com> <f9fug7$9lq$1@fred.mathworks.com> 
NNTP-Posting-Host: 192.35.37.20
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1196367886 21744 127.0.0.1 (29 Nov 2007 20:24:46 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Thu, 29 Nov 2007 20:24:46 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: d61g2000hsa.googlegroups.com; posting-host=192.35.37.20; 
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) 
X-HTTP-Via: 1.1 squid.atl.lmco.com:3128 (squid/2.5.STABLE14)
Content-Disposition: inline
Xref: news.mathworks.com comp.soft-sys.matlab:440085


On Nov 29, 3:04 pm, "us " <u...@neurol.unizh.ch> wrote:
> "Jamie James"
> <SNIP complex complexity...
>
> a hint:
>
> the utility array2str, which is available on the FEX, most
> likely does exactly what you want
>
> http://www.mathworks.com/matlabcentral/fileexchange/loadFile
> .do?objectId=17484&objectType=FILE
>
> it comes with many options and may serve as a nice front
> end engine for appps that require a certain ascii input...
>
> just a thought
> us

My utility WRITEVAR does a similar function.
http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=989&objectType=file

             - Randy