How can I create a Matrix according to a formula?

1 次查看(过去 30 天)
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.

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by