Form a Matrix dependent of iterations

1 vue (au cours des 30 derniers jours)
Abdulmohsen Alhuwaimel
Abdulmohsen Alhuwaimel le 19 Fév 2021
Commenté : Rik le 19 Fév 2021
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

Réponses (1)

Rik
Rik le 19 Fév 2021
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.

Catégories

En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by