Community Profile

photo

MILAN Barot


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Error: Function definition not supported in this context. Create functions in code file.
function xc = bisect(f,a,b,tol) if sign(f(a))*sign(f(b)) >= 0, error('f(a)f(b)<0 not satisfied!') %ceases execution end ...

4 years ago | 1 answer | 0

1

answer