photo

Abdelrahman


Last seen: 2年以上 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
1 回答

ランク
289,592
of 300,851

評判
0

コントリビューション
7 質問
1 回答

回答採用率
14.29%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,294

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Error using classreg.learning.internal.numPredictorsCheck X data must have 3540 column(s). Error in RegressionLinear/predict (line 141) classreg.learning.internal
I faces this Problem Error using classreg.learning.internal.numPredictorsCheck X data must have 3540 column(s). Error in Re...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Error using classreg.learning.Linear.prepareDataCR X and Y do not have the same number of observations.
I have faced this issue when I was implement a face recognition model using PLS method Error using classreg.learning.Linear.pre...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Index in position 2 exceeds array bounds. Index must not exceed 59. Error in FRM_PLS (line 27) features = trainFeaturesMat(:, i);
This is the error for this code: % PLS Method % Load a dataset of grayscale face images Dataset = imageDatastore('ExtendedYal...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Face recognition using Local ridge regression
If any one can run this code and give me results and modify to my model to get better results % Face Recognition using LRR %...

2年以上 前 | 0 件の回答 | 0

0

回答

回答済み
Undefined function 'extractLBP' for input arguments of type 'uint8'.
Hello sir you mean Like that or there are any issue: %Face Recognition using LRR %% Load a dataset of grayscale face images D...

2年以上 前 | 0

質問


Error using num2str Input to num2str must be numeric. Error in face_recognition_model (line 59) categoryNames = cellstr(num2str(uniqueLabels));
%Face Recognition using LRR %% Load a dataset of grayscale face images Dataset = imageDatastore('ExtendedYaleB', 'IncludeSubfo...

2年以上 前 | 0 件の回答 | 0

0

回答

質問


Error using extractLBPFeatures>parseInputs Expected a string scalar or character vector for the parameter name.
I have faced this error whle I was using extractLBPFeatures: Error using extractLBPFeatures>parseInputs Expected a string scal...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Undefined function 'extractLBP' for input arguments of type 'uint8'.
I get this errror in my model and want to Extract local patches from the testing images and make predictions using the predict f...

2年以上 前 | 1 件の回答 | 0

1

回答