Is it possible to do scatter plot for two raster datasets?

2 ビュー (過去 30 日間)
Karolina
Karolina 2015 年 7 月 8 日
編集済み: Karolina 2015 年 7 月 13 日
I would like to do scatterplot for two raster datasets. As I found in matlab help, scatterplot works for vector data. Is it possible to do something similar also for rasters?
  2 件のコメント
bio lim
bio lim 2015 年 7 月 8 日
Could you give more information about your datasets?
Karolina
Karolina 2015 年 7 月 10 日
I am not sure is my question was correct, but I have a raster dataset with X,Y,T values, where T represent some phenomena. For the small part of my data I manually delineated the areas where T is very high, then I exported these data to separate raster. And the rest of data I exported to second raster. Now I would like to compare these raster's to find the value (in T) which will be the threshold for automatic division of the whole dataset. What kind of graph should I use to do this? Simple histogram?

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2015 年 7 月 11 日
Perhaps you just need graythresh() ?
  1 件のコメント
Karolina
Karolina 2015 年 7 月 13 日
編集済み: Karolina 2015 年 7 月 13 日
Thank you for graythresh suggestion. The method gives me exactly what I want.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by