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.

 采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2013-3-9
编辑:Azzi Abdelmalek 2013-3-9

4 个评论

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.

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Data Type Conversion 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by