Can anyone help me out with this error?
    조회 수: 4 (최근 30일)
  
       이전 댓글 표시
    
I'm working on an image dataset, the error goes something like this: 
Error using  ' 
Transpose on ND array is not defined. Use PERMUTE instead.
Error in classreg.learning.internal.orientX (line 12)
    X = X';
Error in classreg.learning.classif.CompactClassificationECOC/predict (line 324)
            [X,varargin] = classreg.learning.internal.orientX(...
Error in CNN_main (line 34)
predictedLabels = predict(classifier, testFeature);
댓글 수: 0
채택된 답변
  Farhath Fatima
    
 2020년 2월 11일
        Hi Aman,
As per my understanding, I assume that you have not used permute function to your image.
Here is the related answer link for the error observed.
I suggest using the permute function as mentioned in the answer, for your image,instead of using the transpose.
추가 답변 (0개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

