I need to repeat a word using a loop
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Thishan Dharshana Karandana Gamalathge
el 17 de Mzo. de 2018
Comentada: Thishan Dharshana Karandana Gamalathge
el 17 de Mzo. de 2018
I want to say "Hello" seven times. How can I do it using MATLAB? I know how to do it using numbers but not using words.
Thanks.
0 comentarios
Respuesta aceptada
KALYAN ACHARJYA
el 17 de Mzo. de 2018
Editada: KALYAN ACHARJYA
el 17 de Mzo. de 2018
for a=1:7
fprintf('\nHello'); %\n for new line
end
1 comentario
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!