how to write data from workspace to excel?

i am using STATS,regionprops to find features. what i need is to save that STATS to a excel file and read it. or otherwise it should be used directly in ANFIS as test data.

 Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 9 Mar 2013
Edited: Azzi Abdelmalek on 9 Mar 2013

4 Comments

You might also want to use struct2cell() to convert the regionprops structure a cell array.
sir, i tried with struct2cell() and it worked. we will get it column wise. can i have the same row wise. in case of centroid we are having both x coordinate and y coordinate . so it is coming as NAN. what to do with that ?
The apostrophe ' is the transpose operator. Can you use that to flip your array?
sir,what about the centroid x and y coordinate. It is coming as coordinates ie. as[x,y].What i need is to get it seperately ,in different cells.

Sign in to comment.

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!