Can anyone help me out with this error?

1 回表示 (過去 30 日間)
Aman Swaraj
Aman Swaraj 2020 年 2 月 11 日
コメント済み: Aman Swaraj 2020 年 4 月 20 日
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);

採用された回答

Farhath Fatima
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.
  1 件のコメント
Aman Swaraj
Aman Swaraj 2020 年 4 月 20 日
Thank you, it worked.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by