Form a Matrix dependent of iterations

1 回表示 (過去 30 日間)
Abdulmohsen Alhuwaimel
Abdulmohsen Alhuwaimel 2021 年 2 月 19 日
コメント済み: Rik 2021 年 2 月 19 日
How to Form a Matrix dependent of iterations and the loop command must be while.
Equation used is
Both i and j begin from 1 and end at 5

回答 (1 件)

Rik
Rik 2021 年 2 月 19 日
I'm going to assume your question is a homework assignment. That is why I will ignore the requirement of using a while loop, as a for loop or a vectorized solution is a much better idea.
[x,y]=ndgrid(1:5);
A=(2.^x).*y;
You can find guidelines for posting homework on this forum here. If this is a homework question, this answer should be completely useless and prompt you to put in some effort. If it isn't homework, you now have a much better solution.

カテゴリ

Help Center および File ExchangeCreating and Concatenating Matrices についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by