Calling out from for loop
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Jane Smith
am 4 Jun. 2021
Kommentiert: Jane Smith
am 4 Jun. 2021
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 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Loops and Conditional Statements 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!