Community Profile

photo

Matthew Cooper


University of California, Los Angeles

Last seen: 5일 전 2013년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • Thankful Level 2
  • Explorer
  • First Review
  • GitHub Submissions Level 1
  • First Submission
  • Thankful Level 1
  • Revival Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
How do I change the projection of raster data in MATLAB?
I recommend using gdal, which can be called from Matlab using the system command or the shell escape character. Here is an examp...

거의 3년 전 | 1

제출됨


matrasterlib
a library of matlab functions for raster (spatially referenced gridded) data

거의 5년 전 | 다운로드 수: 2 |

Thumbnail

답변 있음
fprintf output line break
If you are writing to a file recursively, you may need to substitute 'a' for 'w' on fopen: fopen(fid,'foo.txt','w'); fprintf(f...

대략 5년 전 | 3

답변 있음
fprintf doesn't create new lines
If you are writing to a file recursively, you may need to substitute 'a' for 'w' on fopen: fopen(fid,'foo.txt','w'); fprintf(f...

대략 5년 전 | 1

답변 있음
geotiffread and MultiLayer images
I had the same problem with a DEM I generated using Agisoft Photoscan software. To solve the problem, I loaded the DEM into ArcM...

7년 초과 전 | 1

질문


How can I set the NoData value using Geotiffwrite
I have MATLAB matrices that contain NaN values. These are raster data that contain NaN values (the NaN values are an ocean mask)...

8년 초과 전 | 답변 수: 2 | 1

2

답변

질문


Function that returns index of first occurrence of largest value for each column of matrix
Hi, I would like to write a function that returns the index of the first occurrence of the largest value in each column of a...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Mean of multiple large matrices with NaN's
I have 23 individual matrices each are 385x781x365. They are saved as .mat files, each are ~100mb. I would like to take the mean...

거의 9년 전 | 답변 수: 0 | 0

0

답변

질문


How to plot a shapefile on top of digital elevation model using mapshow (or other)
Hi, I have read in a digital elevation model(dem) using; [dem, Rdem] = arcgridread('pathtodem'); I have read in a pol...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Extracting a timeseries of x,y values from a series of .asc files
Hi, I have what I think is a very simple Matlab problem. I need to extract the value of an x,y cell in a series of .asc grid ...

대략 11년 전 | 답변 수: 0 | 0

0

답변

질문


When using fprintf to format multiple strings, what does the integer after the % sign do?
Hi, Given something such as: fprintf('%5d %10.3f %8.5e\n',100,2*pi,pi); What do the numbers directly after the % sign d...

대략 11년 전 | 답변 수: 1 | 2

1

답변