Alex Kurek
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
253.621
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
17 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
94.12%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
Add contours to scatter3 plot
Hi, Is there a way to add contours on the walls of this kind of plot? The points are projected onto the walls. x = mvnr...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
3D coordinates vectors. Sum along one of the dimentions of resulting volume
Hello, I have a 3D data in a form of 3 vectors: X, Y, Z. I want to sum the resulting volume along on of the dimentions. What ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Vectorized code slower than loops?
This question is a bit an offspring from an other one, but I have the following two codes: maxN = 100; levels = maxN+1; ...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Speeding up code: vectorization and others
Hi, Is there a way to speed this up even more? I did what I could already: everything is precomputed, preallocated etc. and c...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Gaussian Mixture Model fit question
Hello, I dont understand everything in the example below. In my case, I have a 2D matrix (an image) of data and want to find ...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How to speed this up - large variable
Hello, Is there a way to speed this up? This if within a function and i can use codegen - and I do. But I need to speed this ...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Can I vectorize this any further?
Hello, I have such a code: maxN = 100; xElements = 200; XY = ones(xElements, xElements); % for simplicity, if fact...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to speed up this loops?
Hi, Is there a way to speed up this? maxN = 120; x = -30:0.1:30; xElements = numel(x); u_mn = zeros(xElements, ...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to vectorize this ?
It seems I dont understand sth about vectorization. Aj = zeros(1, jCount); % it is filled in reality, but here I just swo...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Random numbers from complex PDF
Hi, I need to generate random complex numbers. My PDF looks like this: [X, Y] = meshgrid( span, span ); alfaJ = X + 1...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Fast FFT convolution in 2D
Hello, Is there a way to do fast 2D convolution according to: <http://undocumentedmatlab.com/blog/convolution-performance#co...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Move all counts of the image in random direction
I have the following problem. I have 8-bit image. It represents photon counts, so each pixel is capable to register up to 255 ph...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to force nansum(NaN+ NaN) = NaN, not 0 ?
Hello, I need to sum some multidimentional arrays after SPMD processing. This arrays contains also NaNs, but I need to comput...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Matrix center-symetry meter
How to check how much symetric around it`s center is this type of matrix? I think there should be a lot easier and faster way th...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
Adding SPMD results - no loop
I have some multiple outputs from SPMD, each containing dofferent part of matrix: finalImage = cell2mat(finalImageAll(1)) +...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Datacube indexing speed up
I use some weighted probability routines and the following code is to slow. Is there a way to optimize it? I already preallocate...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaSliding neighborhood - how to vectorize?
Thank you, I implemented it like this (toc after figure, preallocation): signalInBlock2 = zeros(230, 230); tic arr...
alrededor de 9 años hace | 0
Pregunta
Sliding neighborhood - how to vectorize?
Dear all, Can you please help me to vectorize (or speed-up somehow else) this code? Below is the original (parfor) version a...
alrededor de 9 años hace | 2 respuestas | 0