How to crate datastore for .mat file dataset?

I have 3 classes and each class contain 2000 sample of .mat. for example
2PSK
fram2psk1.mat, fram2psk2.mat, fram2psk3.mat, fram2psk4.mat, ......... fram2psk2000.mat,
4PSK
fram4psk1.mat, fram4psk2.mat, fram4psk3.mat, fram4psk4.mat, ......... fram4psk2000.mat,
8PSK
fram8psk1.mat, fram8psk2.mat, fram8psk3.mat, fram8psk4.mat, ......... fram8psk2000.mat,
How do i crate a datastore to train modeil on this dataset

Answers (2)

sir,may be use cell to save the data in mat file,such as
[XTrain,YTrain] = japaneseVowelsTrainData
XTrain = 270×1 cell array
{12×20 double} {12×26 double} {12×22 double} {12×20 double} {12×21 double} {12×23 double} {12×22 double} {12×18 double} {12×24 double} {12×15 double} {12×23 double} {12×15 double} {12×17 double} {12×14 double} {12×14 double} {12×15 double}
YTrain = 270×1 categorical array
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1

2 Comments

How do i add a label like
includesubfolder = true
sir,i think use Y to define label,such as Y{1} = 'folder1'

Sign in to comment.

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Asked:

on 12 Nov 2021

Commented:

on 12 Nov 2021

Community Treasure Hunt

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

Start Hunting!