how to increment an exponential in a diagonal

3 Ansichten (letzte 30 Tage)
Harnoor
Harnoor am 15 Jul. 2022
Beantwortet: KSSV am 15 Jul. 2022
I want to create a matrix with exponents in the diagonal. The first exponent is e^-1, then e^-1/2, e^-1/3... all the way to e^-1/19.

Antworten (1)

KSSV
KSSV am 15 Jul. 2022
A = exp(-1./(1:19)) ;
iwant = diag(A)

Kategorien

Mehr zu Operating on Diagonal Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by