Feeds
질문
I am trying to give an option (in row 15) of making sure you selected the right option. so, I wrote disp('if that correct type (1) if is not correct type(2) and it seem is not working. please help.
disp('0. Graphical') disp('1. Incremental Search') disp('2. Bisection Method') disp('3. False Position Method') disp...
대략 5년 전 | 답변 수: 1 | 0
1
답변답변 있음
How do I post a picture with my question
function [root, fx, es, iter] = modsecantmeth(func, xr, es, del, maxit) % modsecantmeth: root location % [root, es, iter] = m...
How do I post a picture with my question
function [root, fx, es, iter] = modsecantmeth(func, xr, es, del, maxit) % modsecantmeth: root location % [root, es, iter] = m...
대략 5년 전 | 0
