Problem using imagesc plot for non uniform values
显示 更早的评论
I have to plot the imagesc using matlab. Where in the y array I have 16 different points for which x values are same, and the z values are different in each points and then for the next 16 different points for y array is same as the above y array but now x values are change compare to the previous x array and it is constant upto next 16 data points. The process continues for 320 data sets. How do I plot this using imagesc?
2 个评论
KSSV
2020-10-5
What problem you have to plot? Show us the data. You can use pcolor also.
Abhik Saha
2020-10-5
采纳的回答
更多回答(1 个)
Maju Kuriakose
2023-5-30
0 个投票
Use 'mesh' instead of imagesc. Then select appropriate 2D plane
类别
在 帮助中心 和 File Exchange 中查找有关 Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!