Make a plot using value from a certain line of matrix
이전 댓글 표시
Suppose I have a matrix of dimension 10x10. Now I want to use the value along the column 5 as Y axis, and use the index of rows to represent x increment, how can I make a plot like that in Matlab? And at the same time, when I do the contour plot of a matrix, is it a way to indicate the highest and lowest value in the contour plot?
채택된 답변
추가 답변 (1개)
dpb
2016년 10월 8일
0 개 추천
- plot(Y(:,5))
- clabel(C,h,[v(1) v(end)])
카테고리
도움말 센터 및 File Exchange에서 Contour Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!