How can I create a Matrix according to a formula?

1 Ansicht (letzte 30 Tage)
programmer_in_the_making
programmer_in_the_making am 12 Okt. 2020
Beantwortet: Rik am 12 Okt. 2020
Hey guys,
I have to create a Matrix according to this formula D(ij) = 2N + 1 − (i + j), where i is the row index and j is the column index. It should also be done without using any for/while cycles.

Antworten (1)

Rik
Rik am 12 Okt. 2020
Learn about meshgrid and/or ndgrid. (assuming you mean D(i,j) instead of D(ij))

Kategorien

Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by