Saving array to *.m file



Hi,

I need help with one issue. The thing is I need to create *.m file in
this format:

Column1 Column2 Column3
Row1 Data1 Data2 Data3
Row2 Data4 Data5 Data6

Creating structure is not a problem but I am very suspicious about it
because I need to update and change entered data.What is the best way
to organize data in this format so that it can be read and updated.
This should be saved in *.m file.If the structure can be saved in
this format in the form of m file,how that can be done.

I guess fopen,save, could do the work but I am not sure.

Any suggestions how to handle this?

Thnks,
.


Quantcast