Adashia Harding
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
253,046
of 295,569
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
Feeds
Question
Please help find the error in my face recognition using eigenvectors and eigenvalues!!!!
I copied this code from a textbook but I am still getting this error: Undefined function or variable 'proj_new'. Error in...
9 years ago | 1 answer | 0
1
answerQuestion
Face recognition using eigenvalues code...PLEASE HELP!!
I am creating a code that will implement face recognition using eigenvalues and eigenvectors. The code was copied from a textboo...
9 years ago | 1 answer | 0
1
answerQuestion
Face recognition using eigenvalues code...PLEASE HELP!!
I am creating a code that will implement face recognition using eigenvalues and eigenvectors. The code was copied from a textboo...
9 years ago | 1 answer | 0
1
answerQuestion
Beginner..Please HELP! How to upload a database for face recognition
I want to create a code that will recognize an image after noise/blurring has been applied to a randomized picture. I created my...
9 years ago | 1 answer | 0
1
answerQuestion
My text book gives matlab codes to copy directly, but Im trying to run a Jacobi iteration and it keeps telling me that there are not enough inputs. I have copied them from the textbook verbatin, please help me! I dont know why Im getting an error
function x = Jacobi(A,b,x0,tol,maxit) [n, m] = size(A); xold = x0; C = -A; for i = 1:n ...
9 years ago | 0 answers | 0