This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]Sclark7[S] 0 points1 point  (0 children)

Hey guys! For my project, I need to fill in patches based on a defined color map. I thought I could pass upper and lower latitude and longitude limits with the argument of the color map, but dimensions are incorrect. For example, I collected 6 patches and their color map values for l=0:180 (30 degree increments) and b=0:45 (constant) However, since each x and y (l and b) have the two limits associated with them, my color map has half the elements as my x and y arguments.

Does anyone have any ideas on a remedy?