Name Storage with Repeat loops
Mostrar comentarios más antiguos
f=input('Enter First Name:')
l=input('Enter Last Name:')
for [f,l]
repeat
strvcat(f,l)
until f=Jed
end
I need help with this code, what I'm tying to do is store names in a loop until the name Jed is typed in. I thought this code would do the trick, but I am unsuccessful.
2 comentarios
the cyclist
el 29 de Abr. de 2015
Editada: the cyclist
el 29 de Abr. de 2015
Are you using MuPAD? There is no "repeat ... until" structure within MATLAB.
TS
el 29 de Abr. de 2015
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Loops and Conditional Statements en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!