FSOLVE requires at least two input arguments.
I am trying to run a scipt I from File Exchange, but I am getting error "Error using fsolve (line 186) FSOLVE requires at least two input arguments" Can please help fix the error?
% Prepare the options for the solver
options = prepareOptionsForSolver(options, ‘fsolve’);
end
if nargin == 0
error(message(‘optim:fsolve:NotEnoughInputs’)) (line 186)I am trying to run a scipt I from File Exchange, but I am getting error "Error using fsolve (line 186) FSOLVE requires at least two input arguments" Can please help fix the error?
% Prepare the options for the solver
options = prepareOptionsForSolver(options, ‘fsolve’);
end
if nargin == 0
error(message(‘optim:fsolve:NotEnoughInputs’)) (line 186) I am trying to run a scipt I from File Exchange, but I am getting error "Error using fsolve (line 186) FSOLVE requires at least two input arguments" Can please help fix the error?
% Prepare the options for the solver
options = prepareOptionsForSolver(options, ‘fsolve’);
end
if nargin == 0
error(message(‘optim:fsolve:NotEnoughInputs’)) (line 186) file exchange, solve, error MATLAB Answers — New Questions