I need to repeat a word using a loop
2 次查看(过去 30 天)
显示 更早的评论
Thishan Dharshana Karandana Gamalathge
2018-3-17
评论: Thishan Dharshana Karandana Gamalathge
2018-3-17
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 个评论
采纳的回答
KALYAN ACHARJYA
2018-3-17
编辑:KALYAN ACHARJYA
2018-3-17
for a=1:7
fprintf('\nHello'); %\n for new line
end
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!