what does the error ''Undefined function or method 'wholenetwork' for input arguments of type 'double'" mean?

1 visualización (últimos 30 días)
hello, i am trying to optimize nonlinear constrained problem. the nonlinear constraints are saved in wholenetwork.m format. the optimization error is shown as Undefined function or method 'wholenetwork' for input arguments of type 'double'. what should i do?

Respuesta aceptada

Marc Jakobi
Marc Jakobi el 13 de Nov. de 2015
It sounds like you may have one of the following two problems:
1. The folder containing your "wholenetwork.m" file is not added in Matlab. You can find this out by typing "which wholenetwork" in the command window. If it doesn't show you a path, you have to add the path to Matlab in "Home" -> "Set path"
2. You have a variable in your workspace called "wholenetwork". In this case, Matlab try to interpret the input arguments for your function as indexes of the variable.

Más respuestas (0)

Categorías

Más información sobre Get Started with Optimization Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by