Ede gerlderlands
Followers: 0 Following: 0
Professional Interests: work group
Statistiques
53 Questions
0 Réponses
RANG
22 979
of 296 311
RÉPUTATION
2
CONTRIBUTIONS
53 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.94%
VOTES REÇUS
2
RANG
of 20 384
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 155 970
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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,...
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 11 ans il y a | 4 réponses | 0
4
réponsesQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
Fit in matlab equations
How can I fir cube equation in matlab
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 3 réponses | 0
3
réponsesQuestion
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...
plus de 11 ans il y a | 3 réponses | 0
3
réponsesQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
'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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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]...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 2 réponses | 1
2
réponsesQuestion
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);...
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 12 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 12 ans il y a | 4 réponses | 0
4
réponsesQuestion
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...
presque 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 12 ans il y a | 1 réponse | 0