Calling out from for loop
Afficher commentaires plus anciens
for i=0:7
i=fibonacci(sym(i+1))
end
I have this for loop and i want to call out the 6th term so i put it in an equation.
Can it be done?
2 commentaires
Rik
le 4 Juin 2021
What do you mean? What is your goal? Can you explain it a bit more?
Jane Smith
le 4 Juin 2021
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Loops and Conditional Statements dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!