how to convert matrix into positve definate ?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Type Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!