MATLAB: How to import variables to excel sheet

digital image processingimage analysisimage processingimage segmentationMATLAB

Hi,
I am working on image segmentation and feature extraction. After extracting features like geometric and texture, i get them as variables.
stats,area,perimeter etc. I get around 15 variables where stats is an 12*1 struct and holds 12 values inside it(GLCM). How to import all these values to excel sheet automatically? I need to use excel sheet for image classification further. I use Matlab 2014a. Please help me in this. Thank You.

Best Answer

Read about xlswrite
Related Question