create diagonal matrix zeros
Ältere Kommentare anzeigen
I'm trying to create a matrix like this:

I'm able to create one matrix with a=diag(1:10)
and another with b=(1:10)+(0:9)'
But I don't know how to combine them together to get A.
Thanks for your help
Akzeptierte Antwort
Weitere Antworten (1)
Ben Mai
am 28 Jan. 2020
0 Stimmen
Kategorien
Mehr zu Operating on Diagonal Matrices finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!