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!