![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8226519_1508720799491.jpg)
Zoe
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
202.368
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
8 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
75.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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 read a pixelregion of a .tif image
I am trying to read just a portion of my .tif image since reading the entire one takes hours and hours. My code is: a = imread(...
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
How to open my graphs that are saved in a graphic array handle?
Hello, I have a 1*9 graphics array, called G. How can I access the graphics saved inside of it? I have tried get, imread, imshow...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Self-written function does not work when changing input names
I wrote a function shown below. When I want to enter my input (xnew,ynew) instead of (x,y) , this function would not work. I und...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Loop through many items in an cell array and reshape every 6 items in sequence and put them into matrices each by each
My cell array "img" has over 3000 matrices in it. I want to reshape every 6 of them from 500*600 to 300,000*1, and then add them...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestacalculating mean values of a 3D matrix
shape2 = reshape(yourarray,[100 79*64]); meanArray = mean(shape2,2);
alrededor de 7 años hace | 0
Pregunta
Allocating 500 matrices into one 3D array with a loop
Hello guys, I have about 500 matrices naming after "yfit" + yr/month/date (such as yfit20000115). I want to save all of them int...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Loop through hundreds of matrices to change values larger than 1 to 0
I have more than 400 matrices, currently I am using "find" to change the values larger than 1 in the matrix to 0 one by one manu...
más de 7 años hace | 3 respuestas | 0
3
respuestasPregunta
How to loop through several tiff images and reshape them
I have 6 images which all have the same number of rows and columns (Basically 6 optical bands of one remote sensing imagery). Th...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to predict each pixel of image using regression model?
I have the following code that loops over each pixel of a .tif image to predict responses using ensemble of regression models. ...
más de 7 años hace | 1 respuesta | 0