Prev: luannmcconnell
Next: Simulink Simulation Duration
From: Rajgopal on 1 Mar 2010 09:37 Hi, I'm using XLSWRITE to write an matlab array to Excel files. The Matlab arrays are usually around 65 MB and after I've completed 6 such array writes, xlswrite fails with the error "Not enough storage to complete the operation". I looked up the memory available to MATLAB and it seems to have enough memory for MATLAB arrays. Anyone seen this before? Any workarounds? Thanks a lot, Raj
From: ade77 on 1 Mar 2010 16:01 "Rajgopal " <runraj(a)gmail.com> wrote in message <hmgjee$svv$1(a)fred.mathworks.com>... > Hi, > > I'm using XLSWRITE to write an matlab array to Excel files. The Matlab arrays are usually around 65 MB and after I've completed 6 such array writes, xlswrite fails with the error > "Not enough storage to complete the operation". I looked up the memory available to MATLAB and it seems to have enough memory for MATLAB arrays. > > Anyone seen this before? Any workarounds? > > Thanks a lot, > Raj are the rows of your array greater than 65000?. you might want to save it into a text file, then use excel 2007 to open the file.
|
Pages: 1 Prev: luannmcconnell Next: Simulink Simulation Duration |