How can I create a Matrix according to a formula?

1 view (last 30 days)
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.

Answers (1)

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

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!