Borrar filtros
Borrar filtros

How to concatenate two .mat file

1 visualización (últimos 30 días)
DSB
DSB el 19 de Abr. de 2017
Comentada: Chaitral Date el 24 de Abr. de 2017
I have two .mat files to extract features one for edge and one for surf and I want to concatenate these two mat file and generate new .mat file + I want to save each edge and surf features for the same image in a row how can I do that?
Thank you
  4 comentarios
dpb
dpb el 19 de Abr. de 2017
You'll have to build the array you want in memory to write it...not sure how that would be from the description but it isn't simply concatenating to files it would seem...
Chaitral Date
Chaitral Date el 24 de Abr. de 2017
I think the best way to do this will be to create a structure array with the fields defining the features of edge and surf. Save this structure array in a MAT file which will represent combined MAT file. I hope this helps.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Images en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by