I am unable to load digitTrain4DArrayData
조회 수: 1 (최근 30일)
이전 댓글 표시
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);
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!