|
• xlswrite
Hi I ran an neural network program and produced a range
of results like
a= 1 2 3 4 5 6 .....
then I would like to export the result to an excel file
so I used the command as below
xlswrite('b01',a)
b01 is my excel file
then the following error prompted
??? Error using ==> xlswrite
Error: Object returned error code: 0x800A03EC
can help
Felix
|