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

Respuestas (1)

Image Analyst
Image Analyst el 24 de Ag. de 2015

0 votos

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

2 comentarios

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

Iniciar sesión para comentar.

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 24 de Ag. de 2015

Comentada:

el 24 de Ag. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by