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

조회 수: 6 (최근 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개)

Community Treasure Hunt

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

Start Hunting!

Translated by