Finding the root of a function between an interval
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Pedro Almeida
am 5 Dez. 2022
Kommentiert: Pedro Almeida
am 5 Dez. 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 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Testing Frameworks finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!