Matthew Cooper
University of California, Los Angeles
Followers: 0 Following: 0
Estadística
6 Preguntas
4 Respuestas
1 Archivo
CLASIFICACIÓN
3.537
of 295.448
REPUTACIÓN
15
CONTRIBUCIONES
6 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
9
CLASIFICACIÓN
17.196 of 20.227
REPUTACIÓN
3
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
1 Archivo
DESCARGAS
1
ALL TIME DESCARGAS
37
CLASIFICACIÓN
of 153.872
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
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...
más de 3 años hace | 1
Enviada
matrasterlib
a library of matlab functions for raster (spatially referenced gridded) data
más de 5 años hace | 1 descarga |
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...
más de 5 años hace | 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...
más de 5 años hace | 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...
alrededor de 8 años hace | 1
Pregunta
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)...
alrededor de 9 años hace | 3 respuestas | 1
3
respuestasPregunta
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...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 12 años hace | 1 respuesta | 2