Alberto Paniate
Followers: 0 Following: 0
Estadística
16 Preguntas
0 Respuestas
CLASIFICACIÓN
31.884
of 295.569
REPUTACIÓN
1
CONTRIBUCIONES
16 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
12.5%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
Merge tif files?
Hi, I have different .tif files, do you know how can I create a unique tif file that merges all these files so that I have to op...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Array indices must be positive integers or logical values. with max values?
Hi, today I have found an error that, using the same code, I haven't found before. I have a 3D matrix CCC (20x20x3000). for e...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Speed up a for loop in my programme?
Hi, one of the part of my programme contains this piece of code: size2=2500; gran=3; A=ones(size2,size2); for k=1...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Out of memory on device. To view more detail about available memory on the GPU, use 'gpuDevice()'
Hi, I am using a new pc and I have found this problem for the first time. The error is the following: Error using gpuArray/su...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
Incorrect centers with bwconncomp and regionprops
Hi, I have a matrix like the one linked. You can see it with figure,imagesc(Matrix(:,:)); I am using this programme to find t...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Save a matrix and load it and visualize it with imagesc?
Hi, I have a matrix (called Ebin2) that represents a light field. First I would like to save it on my desktop and I have done...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Find center of pixels in an image?
Hi, I have a picture like "Cattura" I want to find the center of those little areas that we can see. How can I do?
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Question about imresize?
Hi, I have this question: I have a matrix whose pixel value represent a gaussian beam. For my experimental purpose I want to...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Auto correlation of a matrix error?
Hi, I have a matrix 1000x1000 (E) that represents a picture of a pattern of speckle. In order to find the largeness of these...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Increase matrix size, with the first matrix a the center of the new matrix
Hi, suppose to have a matrix (2000x2000) now i want to copy it in a bigger matrix (4000x4000 for example), with the original ma...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Constrain a parameter in a fit?
Hi, i have f=fit(media(:), dev(:), 'a*x+x^2') plot(f,media,dev) I want to constrain a between 2 and 4 how can I do? Th...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
After a certain time for loop speed slow down?
Hi, I am creating a program with a for loop. As I have asked in another question I have learned to speed this process with vecto...
alrededor de 4 años hace | 1 respuesta | 1
1
respuestaPregunta
Speed up a programme with for loops?
Hi, I am working with a program like this: E0=10 A = zeros(10000,10000); for k = 1:10000 for j = 1:10000 ...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Fourier transform of a picture?
Hi, I'm trying to create a model that simulates a lens with fourier optics. Studying fourier optics I have this formula: ...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to change size of figure from rectangle to square?
I have this picture and what I notice is that, despite it is 10000x10000, it is a rectangle, how can I change it?
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
How to eliminate points with highest intensity in a color plot?
Hi, I have a matrix that I visualize with a color plot. But there are points with very high intensity that don't allow me to vis...
más de 4 años hace | 1 respuesta | 0