load matrix from .mat files into neural designer

2 次查看(过去 30 天)
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!

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by