Thread Subject: xlswrite

Subject: xlswrite

From: Felix

Date: 21 Oct, 2004 17:05:14

Message: 1 of 4

Hi,

I ran a Matlab program and produced a range
of results in workspace let say the example below
a= 1 1 3 4 5 ....

I would like to export the result to excel
file. so I use the following command
xlswrite('b03', a)
here b03 is my excel, and the error prompt
out as
??? Error using ==> xlswrite
Error: Object returned error code: 0x800A03EC

Can help

Felix

Subject: xlswrite

From: Felix

Date: 22 Oct, 2004 04:48:09

Message: 2 of 4

Hi all,
I have solved this problem, pls ignore this question

Felix

Felix wrote:
>
>
> Hi,
>
> I ran a Matlab program and produced a range
> of results in workspace let say the example below
> a= 1 1 3 4 5 ....
>
> I would like to export the result to excel
> file. so I use the following command
> xlswrite('b03', a)
> here b03 is my excel, and the error prompt
> out as
> ??? Error using ==> xlswrite
> Error: Object returned error code: 0x800A03EC
>
> Can help
>
> Felix

Subject: xlswrite

From: Cristina

Date: 21 Jan, 2008 08:09:02

Message: 3 of 4

Hi

Could you tell me how did you solve the problem about xls write:

Error 0x800A03EC


Thank y very much

Subject: xlswrite

From: William Dampier

Date: 2 Apr, 2008 18:34:03

Message: 4 of 4

"Cristina " <ita_sb69@hotmail.com> wrote in message
<fn1juu$rd0$1@fred.mathworks.com>...
> Hi
>
> Could you tell me how did you solve the problem about xls
write:
>
> Error 0x800A03EC
>
>
> Thank y very much


i have a similar problem and here's how I solved it. In my
case I was exporting cell-arrays to Excel. If you have any
nested-cell-arrays [to test run:
any(cellfun(@(x)(iscell(x)),Excel_output)) ] or if you have
any empty cell-arrays [to test run:
any(cellfun('isempty',Excel_output))]. My solution was to
concatenate nested-cells into one cell and to fill empty
cells with a space-character ' '.

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
xlswrite William Dampier 2 Apr, 2008 14:35:10
rssFeed for this Thread

Public Submission Policy

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Disclaimer prior to use.

Contact us at files@mathworks.com