how to increment an exponential in a diagonal

2 visualizzazioni (ultimi 30 giorni)
Harnoor
Harnoor il 15 Lug 2022
Risposto: KSSV il 15 Lug 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.

Risposte (1)

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

Categorie

Scopri di più su Operating on Diagonal Matrices in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by