Community Profile

photo

raviteja peri


Actif depuis 2015

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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 ...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

A répondu
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 ...

plus de 8 ans il y a | 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...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

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];...

plus de 8 ans il y a | 2 réponses | 0

2

réponses