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!
