photo

Hamad Abdin


Last seen: 4年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

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...

4年以上 前 | 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...

4年以上 前 | 0