Only upper triangle part of plotmatrix function
이전 댓글 표시
Hello, Is it possible to only plot the upper triangle part of the matrix plots when using 'plotmatrix' function? matrixplot generates an m by m subplots, however, the lower scatter subplots (lower triangle plots) are the mirror image of the upper triangle subplots. For large number of data set in the input matrix, the default option including bother upper and lower subplots will be very slow.
Many thanks.
채택된 답변
추가 답변 (1개)
KSSV
2017년 7월 27일
0 개 추천
doc triu and tril, it gives upper and lower triangular part of a matrix respectively.
댓글 수: 2
Lekshmi Dharmarajan
2018년 6월 28일
Did any one find a solution to this?
카테고리
도움말 센터 및 File Exchange에서 Annotations에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
