How to generalize the size of identity matrix as that of any size of input matrix

6 次查看(过去 30 天)
My input matrix M of size 5X5, I want an identity matrix of its size so I gave I=ones(5).I have to change every time the size of identity matrix to that of the size of input matrix.
I want generalized way of identity matrix any help regarding this query please.

采纳的回答

Walter Roberson
Walter Roberson 2015-12-1
eye(length(M))

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Operators and Elementary Operations 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by