필터 지우기
필터 지우기

how to convert matrix into positve definate ?

조회 수: 2 (최근 30일)
vanita
vanita 2013년 11월 18일
x = fmincon(@(x) objfun(x,Abad,indices,M), x0,[],[],[],[],-2,2,... @(x) confun(x,Abad,indices,M),opts);
explanation of x?
As above address u can convert the A0 matrix into positive definite matrix. how to convert following matrix? same is not working for d_2.
d_2=[ 8.7837 11.3869 + 0.9422i zeros(1,6); 11.3869 - 0.9422i 16.6414 zeros(1,6); 0 0 4.3551 5.3644 + 1.3811i zeros(1,4); 0 0 5.3644 - 1.3811i 8.0323 zeros(1,4); zeros(4,8)]

답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Type Conversion에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by