export matlab data to excell
by Sherif Omran
09 Jun 2009
(Updated 15 Jun 2009)
A simple function to export data to excel. The function writes a CSF text file.
|
Watch this File
|
| File Information |
| Description |
Many people don't know how to export matlab data into excel. I wrote a simple function as an illustration to help them.
A comma separated simple function, that illustrates how to export data into excel sheet.
Very simple, give the data to the function as a string. This string has to be comma separated. It will write a comman separated file (CSF) that excell can understand.
Please don't send me emails with questions because i don't have time to reply. Try to find the answer online. This function is very simple and don't need questions to be asked.
Note: When you open the csv file with excell, your country setting must not be Germany, due to comma use as a digit separator. Recommended to set to USA-English |
| MATLAB release |
MATLAB 7.5 (R2007b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 15 Jun 2009 |
Added a hint: Country setting should be English-USA when you open the CSV file |
|
Contact us at files@mathworks.com