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일

0 개 추천

댓글 수: 4

You might also want to use struct2cell() to convert the regionprops structure a cell array.
rakesh r
rakesh r 2013년 3월 11일
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 2013년 3월 11일
The apostrophe ' is the transpose operator. Can you use that to flip your array?
rakesh r
rakesh r 2013년 3월 12일
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개)

카테고리

태그

Community Treasure Hunt

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

Start Hunting!

Translated by