photo

Satya Venkata Siddhardha Manchala


Last seen: 3년 초과 전 2018년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Finding maximum of a function using optimization toolbox
function [p_uth,Eload] = threshold(ann_load) for i = 1:size(ann_load,2) p_uth(i) = 1.6; % upper threshold - temporarily as...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Error while writing code for bounding phase algorithm
x0=0; step_size=input('Enter step size '); a=x0-abs(step_size); b=x0+abs(step_size); F_x0=feval(ob...

거의 6년 전 | 답변 수: 2 | 0

2

답변