Path: news.mathworks.com!newsfeed-00.mathworks.com!nlpi057.nbdc.sbc.com!prodigy.net!border1.nntp.dca.giganews.com!nntp.giganews.com!postnews.google.com!n33g2000pri.googlegroups.com!not-for-mail
From: magic_ggg@hotmail.com
Newsgroups: comp.soft-sys.matlab
Subject: Problems with export function
Date: Mon, 27 Oct 2008 05:18:58 -0700 (PDT)
Organization: http://groups.google.com
Lines: 13
Message-ID: <278bed73-75f8-4147-a8e8-9f2039c2b3e8@n33g2000pri.googlegroups.com>
NNTP-Posting-Host: 59.149.244.92
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1225109939 26383 127.0.0.1 (27 Oct 2008 12:18:59 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Mon, 27 Oct 2008 12:18:59 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: n33g2000pri.googlegroups.com; posting-host=59.149.244.92; 
	posting-account=Yw88vQoAAAAQv1LSnRbGg4KTlUbmLQMr
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; 
	Foxy/1; Foxy/1; .NET CLR 1.1.4322; InfoPath.2),gzip(gfe),gzip(gfe)
Bytes: 1490
Xref: news.mathworks.com comp.soft-sys.matlab:497403


Hello,

I want to export the data as xls file. But when I do so, an error has
occured. Here is the command I typed:

[phi,psi,xval] = wavefun('Haar', 8);
xlswrite('sample.xls', xval)

It said that I cannot save the data because the excel does not support
more than 256 rows and 65536 columns.. what should I do?

I am so frustrated because this is the first step of my project.