Undefined function 'eq' for input
Ältere Kommentare anzeigen
It happened when I put this line in:
PooledCov = PooledCov + ((nGroup(i) - 1) / (n - k) ).* cov(input(Group,:));
Please help!!!
5 Kommentare
Jan
am 16 Jan. 2013
Please copy the complete error message.
Walter Roberson
am 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
am 17 Jan. 2013
Jan
am 17 Jan. 2013
What is "a variable called from the GUI"?
Lester Lim
am 17 Jan. 2013
Antworten (1)
Jing
am 16 Jan. 2013
0 Stimmen
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 Kommentar
Lester Lim
am 17 Jan. 2013
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!