photo

Bereket Ayalew


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
1 Answer

RANK
91,257
of 301,432

REPUTATION
0

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


Error using - Matrix dimensions must agree. Error in ONL_REC (line 48) temp=(norm(testimage-q))^2;
function [ ] =ONL_REC(); load latest load outputttt FDetect = vision.CascadeObjectDetector; vid=videoinput('winvideo',1,'Y...

7 years ago | 0 answers | 0

0

answers

Question


Error using - Matrix dimensions must agree. Error in ONL_REC (line 48) temp=(norm(testimage-q))^2;
function [ ] =ONL_REC(); load latest load outputttt FDetect = vision.CascadeObjectDetector; vid=videoinput('winvideo',1,'Y...

7 years ago | 0 answers | 0

0

answers

Answered
Error using Eigenfaces Too many output arguments. Error in ONL_REC (line 37) testimage=Eigenfaces*E;
yeah there is a confusion between a variable and function name that was eigenfaces...... thank you very much!!! but after ...

7 years ago | 0

Question


Error using Eigenfaces Too many output arguments. Error in ONL_REC (line 37) testimage=Eigenfaces*E;
i want to check or recognized the image using my computer webcam by the following code that had trained in the neural network pr...

7 years ago | 2 answers | 0

2

answers

Question


Error using - Matrix dimensions must agree. Error in Eigenfaces (line 14) t=double(z(i,:))-m;
function [ ] = Eigenfaces( ) z=[]; ta=[]; for ii=1:100 str=int2str(ii); str=strcat(str,'.jpg'); im=imread(st...

7 years ago | 2 answers | 0

2

answers

Question


Error using * Inner matrix dimensions must agree.
function [ ] = Eigenfaces( ) z=[]; ta=[]; for i=1 str=int2str(i); str=strcat(str,'.JPG'); im=imread(s...

7 years ago | 3 answers | 0

3

answers