![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/178590_1522075983261_DEF.jpg)
Meshooo
Followers: 0 Following: 0
Estadística
69 Preguntas
20 Respuestas
CLASIFICACIÓN
1.570
of 297.016
REPUTACIÓN
44
CONTRIBUCIONES
69 Preguntas
20 Respuestas
ACEPTACIÓN DE RESPUESTAS
68.12%
VOTOS RECIBIDOS
7
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 know which plot is more linear then the other?
Dear all, I have two datasets arrays: A = [0 0.423891532 0.819380304 1.289479809 1.739548357 2.288748183 2.8990623 3.61...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
imcrop function problem for 16bit image 2019b
Dear all, The following imcrop code gives an error in 2019b I = imread('XX.tif'); [Icrop, rect] = imcrop(I, [ ]); It seems ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Why second prediction is not costant when training a network?
Dear all, I am trying to find the best match between images using transfer learning convolutional neural network. I have 10 dif...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
MATLAB Demo MerchData reproducibility Problem
Dear all, I am trying the MATLAB demo for Transfer Learning using Alexnet found here: https://www.mathworks.com/help/deeplearn...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
How to put different arrays in one big array?
Dear all, I have three arrays with different lenght A = [1,2,3,4,5,6,7,8,9,10]; AA = A'; B = [10,20,30,40,...
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
How to link two arrays?
Dear all, I have two arrays: A = [1,2,3,4,5,6,7,8,9,10]; B = [11,12,13,14,15,16,17,18,19,20]; If A became New_...
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
How to get the handles of a subplot?
Dear all, I want to have a good control to images shown in a subplot figure using a right click of the mouse. My code as f...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to add a keyboard shortcut to a menu?
Dear all, I want to add a keyboard short cut to a menu. Is that possible? My sample code as follows: again = true...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to show the zoom arround the mouse in subfigure window?
Dear all, I want to have a figure with two subfigures such that in one subfigure the input image is shown, while in the other...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How to find number of neigbours of a pixel in binary image?
Dear all, I have a binary image that contains many lines. I want to detect any pixel that has 2 neighboring pixels and in som...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find the index in array?
Dear all, I have the following array A = [0;0;0;0;0;0;1;1;;0;0;0;0]; I want to find the right and left index of the 1's? ...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to know A, B, C, D four positions in a rectangle generated by impoly?
Dear all, If I have the four coordinate corner positions of a rectangle shape. The positions of A, B, C, D are like the image...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to save results in a text file that can be read by windows and mac machines?
Dear all, I'm trying to save the results in a text file by pressing a button in the developed GUI. I want this to be possible...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to show the position of your mouse in a GUI that has two Axes?
Dear all, I have a GUI that has two axes, Main_Axes and Side_Axes. Now I want when mouse is over a point in the Main_Axes,...
alrededor de 9 años hace | 3 respuestas | 0
3
respuestasPregunta
How to transfer a figure to a GUI?
Dear all, I want to add a push button to a figure, so I used this code I = imread('cameraman.tif'); figure, imsho...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
"uicontrol" is not working well in MATLAB2015b
Dear all, I couldn't run this code in MATLAB2015b, but it was working well before uicontrol('Style', 'pushbutton', 'String...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Any alternative to "quantile" function?
Dear all, I want to run a software that requires the quantile function from the Statistics and Machine Learning Toolbox. ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaHow to filter an array?
Thank you all for the kind help and suggestions.
alrededor de 9 años hace | 0
Pregunta
How to filter an array?
Dear all, I have this array A = [0;0;0;0;0;0;1;1;1;0;0;0;0;0;0;1;0;0;0;0]; I want only one representative for eac...
alrededor de 9 años hace | 4 respuestas | 0
4
respuestasPregunta
What is the inverse of a filter?
Dear all, I have a gray intensity image, I, and let's say I applied a mean filter to it of size 3 Meanfilt = filter2(fsp...
alrededor de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
How to have a contour with 4-connectivity?
Dear all, I have a contour that shown below. Two of the corners are with 8-connectivity. Is there a way to make all the corne...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to update the value of a handles?
Dear all, I have a GUI with a button that imports an "Old_image" and process it. I use this code in the first line of the but...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to label imrect while tracking?
Dear all, I am trying to make a tracking software using image processing toolbox only. I am using imrect for tracking a ROI. ...
más de 9 años hace | 1 respuesta | 0
1
respuestaHow to select the ROI of specific size over the image ?
Let's say that your image is I. Then using the follow code you will get a 128x128 ROI on your image. You can move and drag the R...
más de 9 años hace | 0
| aceptada
hello every one i am new to matlab can any one please help me to generate the code for hand geometry feature extraction for my college project..
Check this http://www.mathworks.com/matlabcentral/fileexchange/48547-hand-geometry-recognition-biometric-system-matlab-code ...
más de 9 años hace | 0
How to use artificial neural network
I would suggest you to start with this book Introduction to Neural Networks Using Matlab 6.0 by S. N. Sivanandam, S. N Dee...
más de 9 años hace | 1
| aceptada
Pregunta
How to track an object from a 3D tiff images?
Dear all, I have tiff image sequences generated from a confocal microscope of X,Y,Z. I would like to track one object (nucleu...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find the middle point of an edge in binary image?
Dear all, I have a binary image that contains an edge segment with 1 pixel width, see the attached image. My question is: ...
casi 10 años hace | 1 respuesta | 0
1
respuestaI am trying to do a 3D deconvolution both image and psf are stacks ,there are various pluggins availiable in imajej for doing a 3-d Deconvolution,How to modify the inbulild functions like deconwnr,deconvlucy for doing a 3-D deconvolution in Matlab?
Deconvolution is also known as deblurring in matlab. There are several methods, but you need to know some information about your...
casi 10 años hace | 0
Pregunta
How to find the nearnest object to a clicked point in a binary image?
Dear all, I have a binary image that has two sperated white pixel A and B = 1 and far from each other. If I use [x_cordina...
alrededor de 10 años hace | 1 respuesta | 0