MILAN Barot
Followers: 0 Following: 0
Feeds
提问
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 前 | 1 个回答 | 0