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.

 Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 9 Mar 2013
Modifié(e) : Azzi Abdelmalek le 9 Mar 2013

0 votes

4 commentaires

Walter Roberson
Walter Roberson le 9 Mar 2013
You might also want to use struct2cell() to convert the regionprops structure a cell array.
rakesh r
rakesh r le 11 Mar 2013
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 ?
Image Analyst
Image Analyst le 11 Mar 2013
The apostrophe ' is the transpose operator. Can you use that to flip your array?
rakesh r
rakesh r le 12 Mar 2013
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.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by