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
