Calling out from for loop
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Jane Smith
el 4 de Jun. de 2021
Comentada: Jane Smith
el 4 de Jun. de 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 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Loops and Conditional Statements en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!