Genetic algorithm problem - "Cell contents reference from a non-cell array object"
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
I am having a major problem running old code in the new global optimisation toolbox. I am getting the error:"Cell contents reference from a non-cell array object". Does anyone know what this means and more importantly does anyone know what i can do about it. My code worked fine in the old genetic algorithm toolbox. Thanks
0 件のコメント
回答 (1 件)
Walter Roberson
2011 年 6 月 10 日
0 投票
Somewhere in the code, it is attempting to use {} indexing of a variable that is not a cell array. We would need to see the traceback to say more about the problem and how to fix it.
0 件のコメント
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!