|
"someone" <someone@somewhere.net> wrote in message <ggk85m$f83$1@fred.mathworks.com>...
> "Subrat Swain" <swain.subrat01@gmail.com> wrote in message <ggk5sh$b8v$1@fred.mathworks.com>...
> > Hi all,
> > I am creating a matrix file (.mat) after executing a program in MATLAB. The matrix file
> > is having a dimension of 7550*1510 (7550 rows and 1510 columns). Now I am not able to open it in MATLAB to view its contents. Is it possible by anyway I can export this
> > large matrix to an excel 2007 spreadsheet or to a notepad also. Actually I tried to
> > export the matrix using 'xlswrite' function but this command failed as I was exporting a
> > very big matrix and Excel 2003 doesn't have the required number of columns to hold this data.
> > Can anyone please provide me any ways to solve this problem.
> > Appreciate for the help.
> >
> > Thanks and Regards,
> > Subrat Kumar Swain.
>
> % Perhaps
> doc dlmwrite
> % will help.
> % It can create a csv file that EXCEL can read (maybe).
Thanks a lot for the help. It is really a nice solution. It solved the problem.
Thanks and Regards,
Subrat Kumar Swain.
|