Looping until threshold is met
Mostrar comentarios más antiguos
Respuesta aceptada
Más respuestas (1)
KALYAN ACHARJYA
el 20 de En. de 2021
0 votos
You have to initialize "error" before the loop. The initial value must be less than a threshold value as defined. Also make sure that the error value is continuously increasing as the iteration progress, so that it definitely break loop condition.
2 comentarios
AD
el 20 de En. de 2021
KALYAN ACHARJYA
el 20 de En. de 2021
Just make sure it will, otherwise, while loop runs continuously. You may check the code with sample 2/3 iteration manually.
error=abs(av_temp_simp13(iter)-av_temp_matlab);
Categorías
Más información sobre Numerical Integration and Differential Equations en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!