Estadística
18 Preguntas
8 Respuestas
3 Archivos
CLASIFICACIÓN
14.010
of 295.495
REPUTACIÓN
2
CONTRIBUCIONES
18 Preguntas
8 Respuestas
ACEPTACIÓN DE RESPUESTAS
38.89%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
11.812 of 20.240
REPUTACIÓN
35
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
3 Archivos
DESCARGAS
4
ALL TIME DESCARGAS
303
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
Plot two graphs on the same plot in gui and create two axis in the same plot
Hi Voss, I figured out how to do this. I just created two axes one on another, like handles.axes1,handles.axes2. Then you need...
7 meses hace | 0
| aceptada
Pregunta
Plot two graphs on the same plot in gui and create two axis in the same plot
Hi people. I try to create in gui graph with 2 plots in the same graphs. More than that I want to create two axis which wil...
8 meses hace | 2 respuestas | 0
2
respuestasPregunta
Open .bin file contains words and floating numbers
Hi people, I have some .bin file and trying to open it but what I got is not what it should be. The file contains words and flo...
9 meses hace | 1 respuesta | 0
1
respuestaPregunta
Solve the integral in the point where the function is singular
Hi people, I need to solve some numerical integral where I have a singular point. Let me explain you what I mean: I have some...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
smooth noisy data with spline smoothing
Hi, I have some noisy function. See attached x and y data. I want to smooth this data and then make a derrivative of that data....
más de 1 año hace | 1 respuesta | 0
1
respuesta"Tricky" collage between 3D and 2D picture. To understand what "tricky" means you need to see the question.
Ok. I did solve it with clamsy way but for now is good enough for me. I'll keep search for the better way maybe later. So what ...
más de 1 año hace | 0
Pregunta
"Tricky" collage between 3D and 2D picture. To understand what "tricky" means you need to see the question.
Hi people. I want to collage between 3D picture and 2D "like" picture. I want this 2D picture just follow the 3D picture in par...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
remove periodical like lines from the image
Hi people, I have a question to you. I have this kind of picture: You see kind of horizontal lines through the image. I'd li...
casi 2 años hace | 3 respuestas | 0
3
respuestasPregunta
update figure after changing Y axis values
Greetings. I have some issue with updating the figure after my update of the values in Y axis. Let me explain in Figures. Ac...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
wait until picture selection.
Hi people, I have some gui program in matlab. I create some pictures. Then I want to do profile on the pictures. I created push...
más de 2 años hace | 1 respuesta | 0
1
respuestaDisable arrows in uitoggletool (zoom) in GUI.
I got it. It turned out very easy solution. When I push the zoom I turned OFF the datacursor and when I done with zoom I just tu...
más de 3 años hace | 0
| aceptada
Pregunta
Disable arrows in uitoggletool (zoom) in GUI.
Hi people, I did some gui with some 2D intensity picture. When the GUI opens if I click in some place on the picture the cursor...
más de 3 años hace | 1 respuesta | 0
1
respuestaEnviada
find_matrix_dimensions
Finding matrix buried in matrix with zeros
más de 3 años hace | 1 descarga |
Pregunta
Can't create second axes in the place of first axes in GUI. is that a bug?
Hi, I try to draw two images one on another, like background image and foreground and then the foreground image make half a tra...
más de 3 años hace | 0 respuestas | 0
0
respuestasHow can I use (and display) two different colormaps on the same figure?
It works with separate figure but it doesnt in gui. see my thread (https://www.mathworks.com/matlabcentral/answers/837288-overla...
más de 3 años hace | 1
Pregunta
overlay two images in GUI
Hi, I can't overlay two pictures in gui but I succeed to do this in figure. Take a look at my code when I do in Figure: functi...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
interpolation of intensity pictures with interp2 function.
Hi, I have some intensity picture (see attached matrix in mat file). I have there picture of 40X40 pixels. First I want to resc...
más de 3 años hace | 0 respuestas | 0
0
respuestasHow to Stitch 25 images with different dynamic range
Hey Bjorn, Not yet. Now I have a problem of different color scales. Do you know how to bring all the pictures to the same range...
casi 4 años hace | 0
How to Stitch 25 images with different dynamic range
Bjorn, All I want is to do kind of plane removal of each matrix to get the intensity distribution more homogenical and then to ...
casi 4 años hace | 0
Pregunta
How to Stitch 25 images with different dynamic range
Hi all, Actually the question about how to take care of already stitched picture. I don't have any questions about the stitched...
casi 4 años hace | 3 respuestas | 0
3
respuestashow to get MTF from PSF
Bjorn, According your suggestion I did MTF = abs(fftshift(fft2(PSF1))) and I got this picture: Now, I know how much my pixe...
más de 4 años hace | 0
Pregunta
how to get MTF from PSF
Hi guys, Can you please tell me how can I get MTF from the PSF. PSF is the matrix of 400X400 taken from the camera. Please see ...
más de 4 años hace | 4 respuestas | 0
4
respuestasEnviada
improfile_D & getline_D (changed original functions)
improfile works with figure handle only+getline function which enables to remain the draw lines on the figure.
más de 4 años hace | 2 descargas |
Pregunta
IMPROFILE in GUI. Problem to apply it to specific figure outside of GUI.
Hi people, I have a problem with improfile function. I did GUI and it creates some image picture outside the GUI. I'd like to a...
más de 4 años hace | 0 respuestas | 0
0
respuestashow to restrict datacursormode in gui to be active only in one axis.
Adam, Thank you. I'll try it out. Actually I just thought about just datacursormode off option when I'll do something in anothe...
más de 4 años hace | 0
Pregunta
how to restrict datacursormode in gui to be active only in one axis.
Hi people. Hope you are feeling well with all that situation. I did some gui with two axes. In one I present the image and in a...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Convolution theorem. Fourier transform.
Hey ppl, I have a question about convolution and Fourier transform. I have Final picture and initial picture. I know that the...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
question about directories selection in matlab GUI
Greetz to everybody!!! I have a question to you. I have some directories which I want to select and afterwards to do it somet...
más de 12 años hace | 0 respuestas | 0
0
respuestasEnviada
uncertainty in measuring
this function computes the uncertainty in measurements.
alrededor de 13 años hace | 1 descarga |