Community Profile

photo

raviteja peri


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


I repeatedly get the following error, " Failure in initial user-supplied objective function evaluation. FMINCON cannot continue." . Am new to using fmincon and couldn't figure out as where i'm doing a mistake.
function optimizationcstr clear all; close all; clc; %% Optimization [p] = parameter(); T_min ...

meer dan 8 jaar ago | 0 answers | 0

0

answers

Answered
Hi , I'm new to matlab with fsolve and I get not enough input arguments everytime. Can someone please as what am I missing. Many Thanks
optimizationcstr clear all; close all; clc; %% Optimization A =[]; b =[]; Aeq =[]; beq =[]; lb ...

meer dan 8 jaar ago | 0

Question


error not enough input arguements and user supplied objective function in fmincon
function optimizationcstr clear all; close all; clc; %% Optimization A =[]; b =[]; Aeq =[]; be...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


Hi , I'm new to matlab with fsolve and I get not enough input arguments everytime. Can someone please as what am I missing. Many Thanks
function AAHydro p = parameter; Delta_T_adiabat = p.dTad Zulaufkonzentration = p.c_AA_0 x0 = [-5;-5];...

meer dan 8 jaar ago | 2 answers | 0

2

answers