필터 지우기
필터 지우기

Undefined function 'eq' for input

조회 수: 2 (최근 30일)
Lester Lim
Lester Lim 2013년 1월 16일
It happened when I put this line in:
PooledCov = PooledCov + ((nGroup(i) - 1) / (n - k) ).* cov(input(Group,:));
Please help!!!
  댓글 수: 5
Jan
Jan 2013년 1월 17일
What is "a variable called from the GUI"?
Lester Lim
Lester Lim 2013년 1월 17일
In my case I did a roipoly on a picture, writes a variable into the variable editor. The variable when opened shows the pixels/labels contained.

댓글을 달려면 로그인하십시오.

답변 (1개)

Jing
Jing 2013년 1월 16일
Can you just run 'x=1+1'? If this line is ok. Then there should be something wrong with your variables, what it PooledCov and other variables? Can you post the 'whos' results of them?
  댓글 수: 1
Lester Lim
Lester Lim 2013년 1월 17일
Yup, variable x = 2. So its the problem with the variables right? Im currently running it in GUI for LDA. I will try to look into the variables...

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by