photo

Abdelrahman


Last seen: 2 years ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
1 Answer

RANK
241,911
of 300,499

REPUTATION
0

CONTRIBUTIONS
7 Questions
1 Answer

ANSWER ACCEPTANCE
14.29%

VOTES RECEIVED
0

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Answered
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 years ago | 0

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer