求高手指导,matlab做遗传算法优化Bp神经网络实例的时候,提示 函数或变量 'Code' 无法识别 是什么原因???

 采纳的回答

0 个投票

就是字面意思,你运行的代码不完整,缺少对 Code 这个函数的定义或赋值。如果它是数组或变量之类,前面代码需要对它进行赋值或定义;如果它是函数,那么也需要有匹配的函数定义。

更多回答(0 个)

类别

Community Treasure Hunt

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

Start Hunting!