Azzera filtri
Azzera filtri

the use of eye command?

8 visualizzazioni (ultimi 30 giorni)
metin yilmaz
metin yilmaz il 5 Nov 2020
Risposto: James Tursa il 5 Nov 2020
Would you please explain the meaning of this use of eye command?
>>eye (2,4)
ans=
1 0 0 0
0 1 0 0
Thanks.

Risposta accettata

James Tursa
James Tursa il 5 Nov 2020
eye(M,N) creates an MxN matrix with 1's along the main diagonal (from the upper left corner down towards lower right) and 0's everywhere else. The usage would depend on the user's needs.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by