Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
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.

Respuesta aceptada

Walter Roberson
Walter Roberson el 1 de Dic. de 2015
eye(length(M))

Más respuestas (0)

Categorías

Más información sobre Operators and Elementary Operations en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by