From: Giovanna on
Hello!
I tried to use the code xlswrite_mod. It works perfectly...and I thank the creator a lot for that.
Now, I have another problem. I have a cell array of size 10000x1000, and I woud like to import it on a excel file. I tried to use xlswrite_mod but I got the error message out of memory. Could you suggest any solution to solve this problem?
Thanks a million.
Vanna
From: us on
"Giovanna " <vannafanizz(a)yahoo.com> wrote in message <hobam0$7q$1(a)fred.mathworks.com>...
> Hello!
> I tried to use the code xlswrite_mod. It works perfectly...and I thank the creator a lot for that.
> Now, I have another problem. I have a cell array of size 10000x1000, and I woud like to import it on a excel file. I tried to use xlswrite_mod but I got the error message out of memory. Could you suggest any solution to solve this problem?
> Thanks a million.
> Vanna

XLSWRITE_MOD...
where does it come from(?)...

us
From: Giovanna on
"us " <us(a)neurol.unizh.ch> wrote in message <hobbbu$d3c$1(a)fred.mathworks.com>...
> "Giovanna " <vannafanizz(a)yahoo.com> wrote in message <hobam0$7q$1(a)fred.mathworks.com>...
> > Hello!
> > I tried to use the code xlswrite_mod. It works perfectly...and I thank the creator a lot for that.
> > Now, I have another problem. I have a cell array of size 10000x1000, and I woud like to import it on a excel file. I tried to use xlswrite_mod but I got the error message out of memory. Could you suggest any solution to solve this problem?
> > Thanks a million.
> > Vanna
>
> XLSWRITE_MOD...
> where does it come from(?)...
>
> us

it is a file posted in "file exchange" of Matlab Central.
From: us on
"Giovanna " <vannafanizz(a)yahoo.com> wrote in message <hobd0h$99h$1(a)fred.mathworks.com>...
> "us " <us(a)neurol.unizh.ch> wrote in message <hobbbu$d3c$1(a)fred.mathworks.com>...
> > "Giovanna " <vannafanizz(a)yahoo.com> wrote in message <hobam0$7q$1(a)fred.mathworks.com>...
> > > Hello!
> > > I tried to use the code xlswrite_mod. It works perfectly...and I thank the creator a lot for that.
> > > Now, I have another problem. I have a cell array of size 10000x1000, and I woud like to import it on a excel file. I tried to use xlswrite_mod but I got the error message out of memory. Could you suggest any solution to solve this problem?
> > > Thanks a million.
> > > Vanna
> >
> > XLSWRITE_MOD...
> > where does it come from(?)...
> >
> > us
>
> it is a file posted in "file exchange" of Matlab Central.

in which case you should ask the author...

us
From: Oleg Komarov on
"Giovanna " <vannafanizz(a)yahoo.com> wrote in message <hobd0h$99h$1(a)fred.mathworks.com>...
> "us " <us(a)neurol.unizh.ch> wrote in message <hobbbu$d3c$1(a)fred.mathworks.com>...
> > "Giovanna " <vannafanizz(a)yahoo.com> wrote in message <hobam0$7q$1(a)fred.mathworks.com>...
> > > Hello!
> > > I tried to use the code xlswrite_mod. It works perfectly...and I thank the creator a lot for that.
> > > Now, I have another problem. I have a cell array of size 10000x1000, and I woud like to import it on a excel file. I tried to use xlswrite_mod but I got the error message out of memory. Could you suggest any solution to solve this problem?
> > > Thanks a million.
> > > Vanna
> >
> > XLSWRITE_MOD...
> > where does it come from(?)...
> >
> > us
>
> it is a file posted in "file exchange" of Matlab Central.

have you tried the xlsread native function?

Oleg