Undefined function 'eq' for input
Show older comments
It happened when I put this line in:
PooledCov = PooledCov + ((nGroup(i) - 1) / (n - k) ).* cov(input(Group,:));
Please help!!!
5 Comments
Jan
on 16 Jan 2013
Please copy the complete error message.
Walter Roberson
on 16 Jan 2013
What is "input" in your situation? input() is a MATLAB library call to request input from the user; if you are trying to use "input" as a variable name it is better if you rename that variable.
Lester Lim
on 17 Jan 2013
Jan
on 17 Jan 2013
What is "a variable called from the GUI"?
Lester Lim
on 17 Jan 2013
Answers (1)
Jing
on 16 Jan 2013
0 votes
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 Comment
Lester Lim
on 17 Jan 2013
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!