Undefined function 'eq' for input
古いコメントを表示
It happened when I put this line in:
PooledCov = PooledCov + ((nGroup(i) - 1) / (n - k) ).* cov(input(Group,:));
Please help!!!
5 件のコメント
Jan
2013 年 1 月 16 日
Please copy the complete error message.
Walter Roberson
2013 年 1 月 16 日
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
2013 年 1 月 17 日
Jan
2013 年 1 月 17 日
What is "a variable called from the GUI"?
Lester Lim
2013 年 1 月 17 日
回答 (1 件)
Jing
2013 年 1 月 16 日
0 投票
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?
カテゴリ
ヘルプ センター および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!