I need to repeat a word using a loop

1 次查看(过去 30 天)
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.

采纳的回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2018-3-17
编辑:KALYAN ACHARJYA 2018-3-17
for a=1:7
fprintf('\nHello'); %\n for new line
end

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by