Rizwan Khan
IISc Bangalore
Followers: 0 Following: 0
Estadística
7 Preguntas
2 Respuestas
CLASIFICACIÓN
19.735
of 295.495
REPUTACIÓN
2
CONTRIBUCIONES
7 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
28.57%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.991
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 modify the variables for changing FOR loop to PARFOR loop??
I have a code described here which takes lot of time to run on my 32 cores machine. I tried to use all cores by changing for loo...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How to downsample the 3D matrix in matlab??
Due to computational limitations, I need to downsample the 3D (1500x1500x1700) matrix by a factor of 2. The binning process shou...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
vectorization of for loop
function o_lmat = reassign_label(o_lmat,h,w,p,n_prev) for a = 1:h % for loops to reassign labels for b = 1:w fo...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Analysis the columns of excel data in MATLAB and simultaneously plotting
Hello everyone, I have transfered all my testing data into an excel sheet, for example, A1:A3 (data 1), A5:A7 (data 2), A8:10 (...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaHow to stop an Iteration when the output converges (stops changing)
% break command can be used for this purpose for i = 1:inf ...you code if abs(p(i+1)-p(i)) < s % where s is very small value...
alrededor de 4 años hace | 0
How can I store a matrix within another matrix?
%create a cell array c = cell(1,3); % cell array can contain anything c{1} = data(3,5,21); c{2} = data(3,5,21); c{3} = data(...
alrededor de 4 años hace | 1
Pregunta
How to do apply water segmentation technique locally on different labels of labelled matrix?
I have got the labelled matrix from the binary image and now I have to apply the watershed technique locally on individual label...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How to apply distance transform on labelled matrix
I have got a labelled matrix and want to apply distance tranform on the diffent different labels in the matrix. How can it be do...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Hello all,I want to plot a radial distance (pixels) vs angle of the open boundary.
The closed boundary of an image can be opened up at a constant interval of some angle value in clockwise direction from the CG ...
alrededor de 6 años hace | 0 respuestas | 0