Feeds
已回答
Hi all; I try to use fmincon in order to find the optimal control force F for an active suspension system, every time I run fmincon, F and the objective function did not change. Kindly, can any on explain to me why I get this problem. Thanks
Error in Test4 (line 93) Control_optimal = fmincon(problem.objective) function Test4 clear;close all; clc % For startin...
Hi all; I try to use fmincon in order to find the optimal control force F for an active suspension system, every time I run fmincon, F and the objective function did not change. Kindly, can any on explain to me why I get this problem. Thanks
Error in Test4 (line 93) Control_optimal = fmincon(problem.objective) function Test4 clear;close all; clc % For startin...
5 years 前 | 0
已回答
Error using sqpInterface Objective function is undefined at initial point.
function probleme_initial close all; clear all; clc R0 = 3/2; a1 = 0.5; N = 40; angles = 0:2*pi/N:2*pi; angles = angles(1:e...
Error using sqpInterface Objective function is undefined at initial point.
function probleme_initial close all; clear all; clc R0 = 3/2; a1 = 0.5; N = 40; angles = 0:2*pi/N:2*pi; angles = angles(1:e...
5 years 前 | 0
已回答
Error using sqpInterface Objective function is undefined at initial point.
function Test3 clear;close all; clc % For starting fprintf ( 1, '\n' ); fprintf ( 1, 'Test1:\n' ); fprintf ( 1, ' MATLAB...
Error using sqpInterface Objective function is undefined at initial point.
function Test3 clear;close all; clc % For starting fprintf ( 1, '\n' ); fprintf ( 1, 'Test1:\n' ); fprintf ( 1, ' MATLAB...
5 years 前 | 0
已回答
Error using sqpInterface Objective function is undefined at initial point.
error using sqpInterface Objective function is undefined at initial point. Fmincon cannot continue. Error in fmincon (line 823...
Error using sqpInterface Objective function is undefined at initial point.
error using sqpInterface Objective function is undefined at initial point. Fmincon cannot continue. Error in fmincon (line 823...
5 years 前 | 0
已回答
Error using barrier. Nonlinear constraint function is undefined at initial point. Fmincon cannot continue.
what do I do
Error using barrier. Nonlinear constraint function is undefined at initial point. Fmincon cannot continue.
what do I do
5 years 前 | 0
已回答
Error using barrier. Nonlinear constraint function is undefined at initial point. Fmincon cannot continue.
Error using sqpInterface Objective function is undefined at initial point. Fmincon cannot continue. Error in fmincon (line 8...
Error using barrier. Nonlinear constraint function is undefined at initial point. Fmincon cannot continue.
Error using sqpInterface Objective function is undefined at initial point. Fmincon cannot continue. Error in fmincon (line 8...
5 years 前 | 0