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

조회 수: 1 (최근 30일)
segun egbekunle
segun egbekunle 2017년 7월 22일
편집: Walter Roberson 2017년 7월 22일
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개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by