For Loops with Increments Less Than One
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
cestcandice
el 12 de Abr. de 2017
Comentada: cestcandice
el 12 de Abr. de 2017
I have to solve this equation with a for loop from 1 to 10 in increments of .01, but what I'm doing isn't working and I don't know why. It works just the way I want to when I take a way the constraint for the increment. Here's what I'm doing:
for t=1:.01:10
x(t)=a*cos((sqrt(g/l))*t)
end
0 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!