photo

Abdelrahman


Last seen: mehr als 2 Jahre vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

MATLAB Answers

7 Fragen
1 Antwort

RANG
281.189
of 300.756

REPUTATION
0

BEITRÄGE
7 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
14.29%

ERHALTENE STIMMEN
0

RANG
 of 21.077

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 170.890

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 %...

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
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...

mehr als 2 Jahre vor | 0

Frage


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...

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort