Ede gerlderlands
Followers: 0 Following: 0
Professional Interests: work group
Statistica
53 Domande
0 Risposte
RANK
22.980
of 296.405
REPUTAZIONE
2
CONTRIBUTI
53 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.94%
VOTI RICEVUTI
2
RANK
of 156.371
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
quasi 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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,...
oltre 11 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 11 anni fa | 4 risposte | 0
4
risposteDomanda
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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Fit in matlab equations
How can I fir cube equation in matlab
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 11 anni fa | 3 risposte | 0
3
risposteDomanda
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...
oltre 11 anni fa | 3 risposte | 0
3
risposteDomanda
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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 11 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 11 anni fa | 0 risposte | 0
0
risposteDomanda
'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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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]...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 11 anni fa | 2 risposte | 1
2
risposteDomanda
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);...
oltre 11 anni fa | 0 risposte | 0
0
risposteDomanda
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 ...
oltre 11 anni fa | 2 risposte | 0
2
risposteDomanda
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 ...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 12 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
quasi 12 anni fa | 4 risposte | 0
4
risposteDomanda
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...
quasi 12 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 12 anni fa | 1 risposta | 0