Jes
Followers: 0 Following: 0
M.E Professional Interests: Practical Oriented
Estadística
18 Preguntas
0 Respuestas
CLASIFICACIÓN
23.397
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
18 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
38.89%
VOTOS RECIBIDOS
1
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
Options to use the switch case in matlab
I am writing a program for adding and remove employee details using switch case statement. Like the following n=input('...
alrededor de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
How to store images and its labels in a struct array?
I am doing Image classification task. I have total 500 folders and under each folder i have three image files as nifti file form...
alrededor de 7 años hace | 0 respuestas | 1
0
respuestasPregunta
How to display rgb image of 256*256*3?
I display using imshow function, however, it shows a grey scale image.i.e the image is not color-coded. Can anyone please hel...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How to plot the equation |x|+|y|+|z|=1 ?
I have a 3D equation. Can anyone help me to plot this? Thanks
casi 8 años hace | 2 respuestas | 0
2
respuestasPregunta
What is the best way to convert a 3D MRI or medical image into 2D image?
How to convert a 3D image into 2D image and what is the best viewer for a 2D image (medical) in Matlab?
casi 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How to run mex files in MATLAB?
I am trying to execute 3D curvelet transform in MATLAB. Any help would be appreciated. Thanks in Advance
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Execution in Matlab C++ interface
Can anyone please help me how to run the code in this website <http://users.dcc.uchile.cl/~isipiran/harris3D.html> in Matlab? An...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
How to logical AND gray scale image with a constant?
ANDing an 8-bit gray level image with a constant value of 240 (11110000 in binary)?
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Row selection from Cell contains 417 *11 elements
I have an excel file. I read using xlsread and the variable named alldata contains 417*11 in cell format. Here I want to select...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Comparision of two strings
How to compare all the characters of the following two strings. I tried with strcmp, but it doesn't take the numbers for compari...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
How to calculate the energy,variance and entropy of an image consists of height, width and depth(3D)?
I have a matrix of dimension 208x176x176. Can anyone please help me to calculate the above parameters? Any help would be appr...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
How to implement the following formula in MATLAB?
E=summation summation summation v^2(x,y,z) where x, y and z are the limits of summation respectively. V is a 208x176x176 matr...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
How to write smart coding ?
Applying 3 level of DWT provide me 22 subbands. How do I write efficient coding for calculating the energy of 22 subbands. I hav...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
2D Joint Histogram Explanation
Can anyone please explain little bit about 2D Joint histogram. I need clarification about the imhist function and 2D joint histo...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Binary Image Edge Linking
I have a binary image of 200 rows and 200 columns. I need to find the distance between two white (255) pixel along the row and c...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Matrix Manipulation Image Processing
I have a matrix of 100 rows and 2 columns. How to sort the first column of the matrix and write the corresponding second column ...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
Equation Implementation in Matlab
I have a vector X of 200*1 w=[1 2 3 4 5] up(n)=summation(k=1to5) w* X(n-k) Explanation for n=1, X should take previous fi...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How can we implement ?
y(n)=(1/2)*(x(n)*A(1)+y(n-1)*A(2)-y(n-2)*A(3)+y(n-3)*A(4)-y(n-4)*A(5)); n=1:200
alrededor de 10 años hace | 1 respuesta | 0