Borrar filtros
Borrar filtros

load matrix from .mat files into neural designer

3 visualizaciones (últimos 30 días)
Rémi Grisot
Rémi Grisot el 6 de Jul. de 2020
Hi!
I'm using Neural Designer to build my NN. My input data are 2d matrix. I saved them into .mat files from numpy.
I found how to read them from command line:
train_struct = load('train.mat')
And then, to get the matrix :
X_train = train_struct.train
Now I want to use these data in the Neural Designer. I splitted data so that each class is in a separate subfolder, however when I do 'Import data' then select folder I get the following error : "Invalid image folder". I think this is because I have .mat files and not images. Is there a way to use Neural Designer with such data?
Thank you!

Respuestas (0)

Categorías

Más información sobre Image Data Workflows en Help Center y File Exchange.

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by