필터 지우기
필터 지우기

Failure in initial user-supplied objective function evaluation

조회 수: 1 (최근 30일)
ASWATHI V
ASWATHI V 2019년 4월 7일
댓글: ASWATHI V 2019년 4월 9일
abc = @fun1;
x0 = [0,0];
lb = [0,0];
ub = [0.7,0.7];
x = simulannealbnd(abc,x0,lb,ub)

답변 (1개)

Torsten
Torsten 2019년 4월 8일
편집: Torsten 2019년 4월 8일
Try
abc = @fun1;
x0 = [0,0];
f = abc(x0);
and see what is returned in f.

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by