photo

Collin Tuttle


Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Converting a GeoTIFF to an unprojected lat/lon grid?
Hello, I would like to plot a GeoTIFF with the function surfacem. Using [A,cmap,R] = geotiffread(filin); I get a 448 ...

6 years ago | 0 answers | 0

0

answers

Question


Plotting geographic data not oriented on a grid
I have a column vector of data (23038 x 1), which corresponds to a column vector of the same length for latitude and another for...

6 years ago | 2 answers | 1

2

answers

Question


Concatenate elements of tall array (big data)
Hello, I am new to working with big data and cannot figure out how to do much. I created a datastore and subsequent tall a...

7 years ago | 1 answer | 1

1

answer

Question


Adding input arguments to datastore
I am trying to use ncread in conjunction with a datastore, but I do not know how to add a variable name as an input argument. I'...

7 years ago | 1 answer | 0

1

answer

Question


Putting plot title one only one line
I am trying to run the following code: t = datetime(2006, 01, 01):calmonths(1):datetime(2100, 12, 01); x = 1:100; y =...

7 years ago | 1 answer | 0

1

answer

Question


Area averaging with CESM LENS data
Hello, I am trying to do an area average of data from the CESM LENS datasets. The data is given as a 320 x 104 x 1140 matrix, w...

7 years ago | 0 answers | 0

0

answers

Question


Error converting datetime to month names
I want to convert numbers 1-12 to month names in a text string (January, February, etc...) I was using this: for m = 1:12 ...

7 years ago | 1 answer | 0

1

answer