Can i save for each one cell in excel data from matlab?

I want to save for each cell data from matlab, something like write on array with values in cell's, like this:
N. Image Name Image Peaces Date Convertion
#1 100071.jpg 3 06/10/2012
#2 100072.jpg 5 06/10/2012
#3 100073.jpg 1 06/10/2012
#4 100074.jpg 9 06/10/2012
#5 100075.jpg 8 06/10/2012
#6 100076.jpg 4 06/10/2012
#7 100077.jpg 6 06/10/2012

Answers (2)

You can use xlswrite function.
Hope this helps!!!!
Sachin i already use xlswrite function but doesn't work, in the excel file does not show data.

Categories

Products

Asked:

on 10 Oct 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!