photo

Hamad Abdin


Last seen: environ 4 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Question


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

environ 4 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

environ 4 ans il y a | 0