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) ...
7년 초과 전 | 답변 수: 0 | 0
질문
7년 초과 전 | 답변 수: 0 | 0