How do i define Ak where Ak depends on function after it
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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))
0 Commenti
Risposte (0)
Vedere anche
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!