Finding the root of a function between an interval
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Pedro Almeida
il 5 Dic 2022
Commentato: Pedro Almeida
il 5 Dic 2022
Probably a stupid question, but how do I find the root of test1 between the interval [0,1]?
x = 0:0.1:2;
y = 1 - sin(x);
z = x.^2;
test1 = y - z;
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Testing Frameworks in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!