How to solve Index exceeds matrix dimensions problem?
古いコメントを表示
The error 'Index exceeds matrix dimensions' in A New Fast And Efficient Hmm based Face Recognition system using a 7 state hmm along with SVD Coefficients i done my coding in 2017a Matlab version please rectify my error. Many days i searching the solution i didn't get that.
5 件のコメント
Walter Roberson
2017 年 12 月 14 日
You have not shown us your code or shown us the line that has the error.
sruthi N
2017 年 12 月 14 日
編集済み: Walter Roberson
2017 年 12 月 14 日
Walter Roberson
2017 年 12 月 14 日
You did not show the source for gendata
sruthi N
2017 年 12 月 14 日
編集済み: Walter Roberson
2017 年 12 月 14 日
Walter Roberson
2017 年 12 月 14 日
The error message that you posted is for a line of code that does not exist in this file, as it refers to myDatabase{1,person_index} in a line of code that in the source posted uses myDatabase{2,person_index}
The error trace that you posted would occur if
data_folder_contents = dir ('./data');
returned only the folders '.' and '..' and no other folders.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Get Started with Computer Vision Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!