MATLAB: Error in creating a function functionfunctionsMATLABmatlab function What's wrong in the following expression? ObjectiveFunction = @x() sim(net, x') Best Answer hi try this,ObjectiveFunction = @(x) sim(net, x')REASON: FUNCTION HANDLE SHOULD BE DETERMINED INSIDE PARENTHESES. Related QuestionWhat does this command: “@(x) Function” means in matlabNeural networks resultsHow can create a neural network by hand using trained neural network data in MatlabNeural Network Expression ExtractionCreate arrayCreating biomorph
Best Answer