Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Genetic algorithm problem - "Cell contents reference from a non-cell array object"

2 Ansichten (letzte 30 Tage)
Patrick Jackman
Patrick Jackman am 10 Jun. 2011
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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

Antworten (1)

Walter Roberson
Walter Roberson am 10 Jun. 2011
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.

Diese Frage ist geschlossen.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by