Effacer les filtres
Effacer les filtres

Hi. I have been asked to iterate a function 100 times with an initial guess of x=4, but i am unsure how to go around it. I have been given the following function:

1 vue (au cours des 30 derniers jours)
function y=function_for_Ex6a(x)
for x=(127.0526);
y=4*(1-cos(x)).^2+x.^3;
end
  3 commentaires
Alex Mcaulley
Alex Mcaulley le 25 Fév 2019
Give more information. What do you want to do whit this loop? Your function now is overwriting the value of x and it is just doing one iteration with x = 127.0526
Sam Thorpe
Sam Thorpe le 25 Fév 2019
the question is very vague. it just asks for us to iterate the function 100 times. i shall try and get some more clarity.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by