Data reduction or resize function for imagesc plot

Hi,
I have data on a 2-dimensional grid where the number of points in the x-direction is much larger than what can be displayed. 10k data points and the plot window is at best around 1000 pixels wide.
I would like to change how matlab presents the data. Specifically I would like matlab to use the maximum z-value for all the data points represented by each pixel. So in the example above, i would like the first pixel to use the maximum Z-value of the first 10 data points.
I could do this in an ugly ad-hoc way, but I would like this to work also when I zoom or resize the plot. Is that possible somehow?
(I have found that I can use a custom method with imresize. If there is a way to change how a certain figure is resized when zoomed, that could be an option. I am not sure that is the right path though.)

回答 (1 件)

yanqi liu
yanqi liu 2022 年 3 月 31 日

0 投票

yes,sir,may be use pca to get data dimension reduce,and plot in two or three space

カテゴリ

ヘルプ センター および File ExchangeRead, Write, and Modify Image についてさらに検索

製品

リリース

R2021b

質問済み:

2022 年 3 月 30 日

回答済み:

2022 年 3 月 31 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by