photo

prema13


2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

16 질문
0 답변

순위
115,245
of 300,343

평판
0

참여
16 질문
0 답변

답변 채택
25.0%

획득한 표
0

순위
 of 20,926

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,172

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


how to remove index exceeds matrix dimensions in matlab?reply me.
num_images = numel(filenames); %num_images=165 image_dims = [40 40]; images = zeros(prod(image_dims),num_images);...

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


i have facing some problem to run my code that is ''not enough input arguments. ''. code is to fine mean ''mean_face = mean(train, 2);''
code is to fine mean ''mean_face = mean(train, 2);''.

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


mujhe matrix ko 2 part me divide krna h train or test me. or ye or t1 = [6 3 11 7 8 5 1 2 4 9 10] ye 1 *11 ka mtrix h
or ise 15 times run krenge loop me to hmare pass run after one time a get a new row then 15 * 11 ka mtrix Ban jayega or suppose ...

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


read all the image from file by program.....
code for reading multiple image like 225 image in a folder then how to read all by programming code

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


what i missing???i cnt find the error..plz help
global cropyalefaces; %trained face database loaded in RAM cropyalefaces = []; M = zeros(1,11); ...

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


i cant find the error...plz help me
global cropyalefaces; %trained face database loaded in RAM cropyalefaces = []; M = zeros(1,11); ...

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


'' Attempted to access sorted_evalue(1); index out of bounds because numel(sorted_evalue)=0. '' how to remove this???
%calculate eigen vector & eigen value of cm = evector & evalue evector = dfdb * rvector; evalue = diag( rvalue ); ...

9년 초과 전 | 답변 수: 2 | 0

2

답변

질문


'' Attempted to access sorted_evalue(0); index must be a positive integer or logical. '' how to remove this??????
%calculate eigen vector & eigen value of cm = evector & evalue evector = dfdb * rvector; evalue = diag( rvalue ); ...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Attempted to access sorted_evalue(1); index out of bounds because numel(sorted_evalue)=0. smallest_ev1p = 0.01 * sorted_evalue(1); % to obtain the effective eigen values
[sorted_evalue, index] = sort( evalue ); sorted_evalue = flipud( sorted_evalue ); index = fl...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to execute PCA???give me answer with proper description
how we convert to matrix form images????

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how we find trainSet or testSet in form of row or column????
http://www.mathworks.com/matlabcentral/answers/246685-how-we-find-a-particular-number-from-the-matrix-in-matlab#comment_313777. ...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


how to find training or testing data from a matrix????
suppose A = [ 6 3 11 7 8 5 1 2 4 9 10; 11 5 6 3 10 8 4 7 2 9 1; 10 8 11 6 7 3 9 5 4 1 2] In this ma...

대략 10년 전 | 답변 수: 0 | 0

0

답변

질문


how to partitioning the matrix in form of test data or training data in matlab????
Y3 = [6 3 11 7 8 5 1 2 4 9 10;11 5 6 3 10 8 7 4 2 9 1] if we want to take 3 & 6 training data set or others are test data set

대략 10년 전 | 답변 수: 0 | 0

0

답변

질문


specified element found in matrix by using matlab in order wise.
A=[6 3 11 7 8 5 1 2 4 9 10;11 5 6 3 10 8 7 4 2 9 1;10 8 11 6 7 3 9 5 4 1 2;7 1 2 5 9 8 4 10 11 3 6;11 10 1 7 3 2 4 9 8 5 6].supp...

대략 10년 전 | 답변 수: 0 | 0

0

답변

질문


how we find a particular number from the matrix in matlab????
A=[2 3 4;5 4 6;7 8 4] suppose we want to select '4' of 1st row of 3rd column,2nd row of 2nd column and 3rd row of 3rd column.ho...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


how to partition a row vector of random variable??/
Y = [6 3 11 7 8 5 1 2 4 9 10] and in this first two entries are used for training and the others are used for testing. give...

대략 10년 전 | 답변 수: 1 | 0

1

답변