Raka Mukherjee
Followers: 0 Following: 0
Estadística
3 Preguntas
0 Respuestas
CLASIFICACIÓN
191.421
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
3 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
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
Pregunta
How to use a shapefile to extract regions outside the shapefile?
Can anyone help me in extracting only the regions outside a shapefile? I have gone through many documentation and answers in mat...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to iterate through rows of a table, such that after each iteration some computation is done and then the below row is reached?
I have this piece of code image=("D:\ProjectI\image.tif"); for ite=1:areasize row= r(ite,:); xmin=xCent(1,row) - size_...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How can a particular .tif file be read from a folder which is having 10 files with different suffix like 'file_1', 'file_2'...?I only want to read file_2.tif and file_4.tif.
I have used the following code folder='D\Project'; file2=(dir(fullfile(folder,'*_2.tif))); This code is returning a structure...
casi 5 años hace | 1 respuesta | 0