How do i define Ak where Ak depends on function after it

1 visualizzazione (ultimi 30 giorni)
for i=1
Ai=A % input matrix A
for k=2:n-1
For i=k-1:n-1
Ak= Ei(2:n,2:n)
Ei= I(n-i+1,n-i+1)+Mi
Mi= Pi\Ui
Pi=Li+ Di
Ui= triu(Ai,1)
Li=tril(Ai,-1)
Di=diag(diag(Ai))

Risposte (0)

Categorie

Scopri di più su Get Started with MATLAB 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