I need to repeat a word using a loop
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Thishan Dharshana Karandana Gamalathge
le 17 Mar 2018
Commenté : Thishan Dharshana Karandana Gamalathge
le 17 Mar 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 commentaires
Réponse acceptée
KALYAN ACHARJYA
le 17 Mar 2018
Modifié(e) : KALYAN ACHARJYA
le 17 Mar 2018
for a=1:7
fprintf('\nHello'); %\n for new line
end
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!