How to import variables to excel sheet?

2 views (last 30 days)
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.

Accepted Answer

KSSV
KSSV on 19 Jul 2019
Read about xlswrite
  5 Comments
KSSV
KSSV on 19 Jul 2019
YOu are writitng only numbers to excel?
Ramanathan Anandarama Krishnan
yes i need only numbers to excel.In the above program we get direct numberical values but sometimes it comes in scientific notation also like 1.005e+01 etc for few features.

Sign in to comment.

More Answers (0)

Products


Release

R2014a

Community Treasure Hunt

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

Start Hunting!