Feeds
提问
I am trying to write a code for bisection method using functions but they keep showing me errors in line 24.
function [root,ea,iter]=HomeTask2(f,xi,xf,es,maxit) iter=0; xm=(xi+xf)/2; ab=0; while(ab~=1) ...
8 years 前 | 0 个回答 | 0
提问
8 years 前 | 0 个回答 | 0