hi guy, i'm a newbie and havent know a lot about Matlab yet. i'm having trouble with a question which i have to display the phrase here we go loop the loop 6 times using for-loop and diplay command, can you guys help me out, please

回答 (1 件)

KSSV
KSSV 2019 年 3 月 18 日

0 投票

Read about fprintf
for i = 1:6
fprintf('Here we go the loop %d\n',i)
end

2 件のコメント

madhan ravi
madhan ravi 2019 年 3 月 18 日
編集済み: madhan ravi 2019 年 3 月 18 日
No loop is needed for this trivial task and obviously this is homework.
KSSV
KSSV 2019 年 3 月 18 日
He is a new bee....

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeLoops and Conditional Statements についてさらに検索

製品

タグ

質問済み:

2019 年 3 月 18 日

コメント済み:

2019 年 3 月 18 日

Community Treasure Hunt

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

Start Hunting!

Translated by