統計
MATLAB Answers
5 質問
0 回答
ランク
of 160,865
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 0 件の回答 | 0