Matthew Cooper
University of California, Los Angeles
Followers: 0 Following: 0
Statistiques
RANG
3 537
of 295 448
RÉPUTATION
15
CONTRIBUTIONS
6 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
9
RANG
17 196 of 20 227
RÉPUTATION
3
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
1 Fichier
TÉLÉCHARGEMENTS
1
ALL TIME TÉLÉCHARGEMENTS
37
RANG
of 153 872
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
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...
plus de 3 ans il y a | 1
A soumis
matrasterlib
a library of matlab functions for raster (spatially referenced gridded) data
plus de 5 ans il y a | 1 téléchargement |
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...
plus de 5 ans il y a | 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...
plus de 5 ans il y a | 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...
environ 8 ans il y a | 1
Question
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)...
environ 9 ans il y a | 3 réponses | 1
3
réponsesQuestion
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...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 12 ans il y a | 1 réponse | 2