how to convert extracted features

Dear all I am working om images to extract the features and already done using (reginprops) in matlab. now I have the extracted features in a structure array. I want to convert it to a dataset so I can feed it to neural network as a kind of pattern recognition. I am using matlab 2012 Ra I tried to convert the extracted features to a table but it can not because of matlab version

답변 (1개)

Image Analyst
Image Analyst 2015년 8월 24일

0 개 추천

Then upgrade your version so you can use the struct2table() function.

댓글 수: 2

hanem ellethy
hanem ellethy 2015년 8월 24일
ds = struct2dataset(MStissueMeasurements,'ReadObsNames','numberOfMStissues') Undefined function 'struct2dataset' for input arguments of type 'struct'. can you help?
Image Analyst
Image Analyst 2015년 8월 24일
No. I've never used the function. But I do have it. Just how old is your version? Why don't you upgrade?

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2015년 8월 24일

댓글:

2015년 8월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by