Pregunta


Help with extracting part of a string
I have the string "2DVIS_data_08_40fs", and I want to extract the numbers included between the last underscore '_' and the last ...

más de 9 años hace | 4 respuestas | 0

4

respuestas

Pregunta


Help with loading in a GUI
I have a question about an operations with a GUI in matlab: I use a push button to load a data file from a folder, and the name ...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Help with a double plot
I need to plot two functions, y1 and y2, versus the same axis x. y1 values are very 'distant' from the ones of y2 (eg. y1=[2 4 7...

más de 9 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Help with Fourier transform fft
I need to use the matlab function 'fft' to perform a Fourier transform, but the problem is that it always gives me a double-side...

más de 9 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Help with fourier transform
Hello! I'm using this function to perform a simple Fourier Transform: function four=FourierDir(t,s,nu) % number of p...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Help with minimum of a matrix
Hello! I have a function which generates a matrix M containing elements. Some of them are infinite (- Inf for example). I need t...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Help with average of elements in a matrix
I have a matrix M with dimension 630x500. I want to do an average of its values along vertical direction, in order to have a mat...

más de 9 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Help with matrix manipulation in matlab
I have a matrix M with dimension 600x500. I want to do an average of its values along vertical direction, in order to have a mat...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Help with colorbar in bidimensional plot
Hello ! I have a problem with the colorbar: in this picture you can see a 2D map of a set of data called 'mat' <</matlabcent...

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Help with contour plot
Hello! I have a 'contour' plot like the one in the figure. <</matlabcentral/answers/uploaded_files/17682/Immagine%20-%20Co...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Help with edit text GUI
Hi! I created a Matlab GUI , where an 'Edit text' command is placed. It is initially empty. At a certain point, when I load a nu...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Problem with panel in GUI
Hello! I created a GUI with Matlab, and it perfectly works. Then, I decided to create a panel and put all the stuff into the pan...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Help with GUI panels
Hi ! I need to create a multiple GUI with Matlab, i.e. a GUI made of more panels, where each panel, containing more commands (pu...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Help with GUI - Push button
Hello! I created a GUI with Matlab, that gives me two numbers as output. These two numbers are visualized into two 'Edit text' c...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


if else condition - empty vector
Hello, I have a doubt on this code: x = [] if x == [] a=3 else a=4 end I don't understand why it ...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Help with GUI callback - existence condition
Hello! I'm working on a GUI in Matlab, and I have a simple question. I have two 'Push button' commands, let's say 'Button1' and ...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Problem with guidata in a callback with GUI
Hello! I have a problem with the command 'guidata' in a GUI code. I load a matrix (mat) with a 'Push button' command in the GUI ...

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Help with GUI file using Guide
Hi, I have a question about a simple GUI file; the interface is like the one in the figure. <</matlabcentral/answers/uploaded...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Problem with a GUI file
Hi! It's the first time I'm going to use 'guide' on Matlab to create GUI file and I don't understand something. My question is: ...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to modify a GUI
I have created a Graphical User Interface (GUI), but after saving it I can't open and modify it anymore (I can do this just with...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Help with for cycle in a vector
I have a vector , and I want to obtain another vector whose elements are obtained by averaging over the elements of the first on...

casi 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Help with contour of a matrix
I have to plot a bidimensional map of a matrix using 'contour', and what I obtain is plotted in figure. <</matlabcentral/answ...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Help with a fit
Hello! I have a set of data (x,y) which describes a function y=f(x). I would like to fit this function with a biexponential func...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Help with 'find' function
Hello! I have a vector X with some elements, and I want to find the position p of the element of X whose value is as close as po...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Help with basic fitting
Hello,I would like to fit a curve with a line and retrieve slope and intercept of this linear fit. Let x and y be the vectors wh...

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Help with linear fit
Given a curve (x vs y) I need to do a linear fit but only between two points x1 and x2 of that curve. Then, I need to calculate ...

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to obtain a FFT and satisfy a certain condition for it ?
I have an array of points that gives me an interferogram like this: <</matlabcentral/answers/uploaded_files/7539/fig3.png>>...

alrededor de 10 años hace | 1 respuesta | 1

1

respuesta

Pregunta


How to create an equally spaced 1D array?
I have two vectors, x and y, of the same length (more or less <2600x1> double). For each element x, a corresponding element y is...

más de 10 años hace | 2 respuestas | 0

2

respuestas