Ede gerlderlands
Followers: 0 Following: 0
Professional Interests: work group
Estadística
53 Preguntas
0 Respuestas
CLASIFICACIÓN
22.895
of 295.448
REPUTACIÓN
2
CONTRIBUCIONES
53 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.94%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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 download data from websites?
Hey all; I have to obtain data from OPeNDAP data set. How can I download it? is there a matlab function for it? I tried to us...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Polyfit in case of power function
Hi All. I have an equation of the form y=b+ a.x^(1/3) I tried to fit a line by assuming m=x^(1/3); p=polyfit(m,y,...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Bringing plots into a single figure
Hi All; I have 6 matlab plots which I myself didn't plot. Can I bring this separate plots into one plot of 3x2 subplots. A...
más de 11 años hace | 4 respuestas | 0
4
respuestasPregunta
Putting together matlab plots into one
Dear All I have 8 separae matlab plots. Is there a way to put them into one matab figure of such as 2x4? I tried to use sub...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Nonlinear regression in case of many fits
I have tried to fit certain data points using equation of the form y=ax^-1/3. My first question is , Is it possible to linearise...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Fit in matlab equations
How can I fir cube equation in matlab
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to convert cell to matrix
I have a cell which is given by A= <1x13cell>. I want to extract the contents of the cell into the form of a matrix of size (13...
más de 11 años hace | 3 respuestas | 0
3
respuestasPregunta
finding values from matrix
Dear All I have a matrix which is given by A= [20 140]. I want to find the location of elements in A which are greter than 45...
más de 11 años hace | 3 respuestas | 0
3
respuestasPregunta
X axis of feather plot
I plotted vector of wind velocity given by U and V , as feather(U,V) Is there a way to provide the x axis in such a wa...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Magnitude and direction of vectors
I have really find it difficult to plot both flow and direction of flow vectors superimposed each other. I have plotted the dire...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use accumarray?
I have a matrix of y=[9, 5346] I want to find the the mean of every six values of each row. I tried this function but can't r...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
plotting magnitude of vectors
I have two matrix of x= [1 250] and y= [1 250]. These are readings of signal which contains negative and positive values. I mana...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
'x10^5' show up in MATLAB plots
Why is 'x10^5' show up in MATLAB plots once I change 'datenum' to actual dates using 'datetick'. In the same manner the datenu...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Error in matlab Improper assignment with rectangular assignment with rectangular matrix
hey matlab friends; I want to find the locatons of matrixpoints which is given by comtime=[4449,1] from a matrix Tt= [5400,1]...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to exract varying matrix data
I have a file X=(20,350) and i want to select the column value using a selecting a selcting matrix y= (1,350) for i= 1:350 ...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Replicating a matrix in matlab
I have a matrix v=(1:2400,1). I want to replicate each element of v by the corresponding element in p=(1:2400). Here is the func...
más de 11 años hace | 2 respuestas | 1
2
respuestasPregunta
Error ' Assignment has more non-singleton rhs dimensions than non-singleton..'
I want to find the location of maximum 'EC' in the first direction. Here is the code I used to find so. for ii=1:size(EC,2);...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
How to interpolate to the nearest value
HI I have vector, v=(x,Y) and I want to find the nearest value of 'x' for C=(1,yi) rather than the interpolated values of ...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
How can I generate random numbers
I have along data series which contains 3451 elements. From this I want to select 1/3 rd of the elements for validation purpose ...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
varying size of window for filtering
Am processing time series signal which has semi diurnal nature. I want to pass a filtering window of varying size which has wi...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
why filtering gives nan values.
Am applying low pass filter to my signal data using [b11,a11] = butter(5,4/24); MM1= filtfilt(b11,a11,MM1); but the r...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Trouble with time lag between peaks
I have two series of data: (time,x) and (time,y) . My intention is to plot the time lag between the the peaks in x and y . Due t...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Interpolation incase on nan
I have a data which includes nans and I used interp1 to interpolate the data points, but error message is popping up which says ...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to detect a peak from a graph
A part of my work need me to peak the peak from a graph of cyclic nature with time vs velocity. I tried to use treshold and and ...
más de 11 años hace | 4 respuestas | 0
4
respuestasPregunta
obtaining the maximum values from the series
I have two series of readings (time, x) and (time, y). Both graphs have cyclic nature which respect to time. With peak and trou...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
How can I add y labels on both axis of matlab plot
I have a plot which is already plotted by some one else. It has ylabel on the right side and I want to show the same labels on t...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to add columns with month number and day
Hi I have daily observation data which runs for 8 years. The beginning of the data is 1St of January 2000 and ends on 30 Apri...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Changing the axis property of matlab
I have the already plotted matlab figure and I want to change the x-axis value of the plot. I intend to multiply the old x -val...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I draw hysteresis loop using matlab
I have velocity ,v, and discharge, q, vectors . I want to draw hysteresis plot between the two. I used plot_dir function but it ...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Correlation coefficient for robust fit and regress fitting are they equal?
I have done regression analysis for the x and Y using two cases. For the first regression I used 'regress' and for the second ca...
casi 12 años hace | 1 respuesta | 0