Community Profile

photo

Satya Venkata Siddhardha Manchala


Last seen: mer än 3 år ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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

mer än 3 år ago | 1 answer | 0

1

answer

Question


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

mer än 5 år ago | 2 answers | 0

2

answers