photo

Abdelrahman


Last seen: 2년 초과 전 2023년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
1 답변

순위
289,594
of 300,853

평판
0

참여
7 질문
1 답변

답변 채택
14.29%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,319

참여
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

답변