Generating a definite matrix
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
Hello,
I am unable to find the code of generating the matrix A=[1 0 0 0
1 2 0 0
1 2 3 0
1 2 3 4].
Can anyone please help me finding the right code for finding it?
1 commentaire
Rik
le 12 Sep 2019
What do you mean? Pasting that into Matlab should already create that matrix.
Réponses (1)
Walter Roberson
le 12 Sep 2019
tril(repmat(1:4, 4, 1))
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!