I am unable to load digitTrain4DArrayData

7 vues (au cours des 30 derniers jours)
Sibghatullah Khan Khan
Sibghatullah Khan Khan le 16 Mar 2021
I am trying this command but error is coming
[XTrain,YTrain] = digitTrain4DArrayData;
Error using readtable (line 198)
Too many input arguments.
Note: readtable detected the following parameters:
'HeaderLines', 0, 'ReadVariableNames', true, 'Format', ''
Error in digitTrainTable (line 3)
trainTable = readtable( digitTrainCSVPath, 'Delimiter', ',' );
Error in digitTrain4DArrayData (line 14)
[images, digits, angles] = digitTableToArray(digitTrainTable);

Réponses (0)

Catégories

En savoir plus sur Computer Vision with Simulink dans Help Center et File Exchange

Produits


Version

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by