How to plot like the inserted picture?
이전 댓글 표시
Hello guys,
I want to plot like the picture below in matlab:

Is it possible in Matlab?
In X-Axis is the Frequency.
Every row is a node and the colours are the values of the results.
댓글 수: 2
Daniel M
2019년 10월 23일
Sure, you can use imagesc and then just play with the properties of the plot. In particular: YTick, YTickLabel, GridColor, GridAlpha, TickLength, YGrid, XMinorGrid, etc. etc. There are many to list. You can also manually add white lines if that's what you want.
Aj
2019년 10월 24일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Axis Labels에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
