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!
