Statistics
RANK
267,071
of 297,046
REPUTATION
0
CONTRIBUTIONS
27 Questions
1 Answer
ANSWER ACCEPTANCE
74.07%
VOTES RECEIVED
0
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,776
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
matlab correct name of butter
what is the correct term to say that i used the autommatic functions of matlab like butter, filtfilt, linspace. what is the cor...
12 years ago | 1 answer | 0
1
answerQuestion
copy plots matlab to word
how is the best way to insert plots from matlab to word. if i do copy figure the definition in word is not good (2nd fig). if i ...
12 years ago | 2 answers | 0
2
answersQuestion
changed to a error code
what happened to my code? what can i do ? please help me. this happened i don't know how <http://i49.tinypic.com/34xri3o.jpg>...
12 years ago | 1 answer | 0
1
answerQuestion
correct plot3d axis label
<http://i50.tinypic.com/141uwkz.jpg> how can i out the label of the axis x and y parallell to the axis like the label of the ...
12 years ago | 1 answer | 0
1
answerQuestion
mean of a set of data
if we have the mean of a set of numbers, we can find the standard deviation. is there a command in matlab, ie, a parameter to *c...
12 years ago | 1 answer | 0
1
answerQuestion
how to do a TRENDLINE (polyfit?how?)
how can i do a trenline like this in matlab <http://i50.tinypic.com/nprtht.jpg> here is the data <http://www.speedyshar...
12 years ago | 2 answers | 0
2
answersQuestion
mean and standard deviation code
i have 3 2 4 2 3 7 4 2 3 i want the mean 3 (3+2+4 /3) 4 (2+3+7 /3) 3 (4+2+3 /3) and i want the st...
12 years ago | 2 answers | 0
2
answersQuestion
derivation using command diff
if x is position and t time velocity=diff(x)./(diff(t) acceleration=diff(x,2)./diff(t,2) or diff(x,2)./diff(t) ? ca...
12 years ago | 1 answer | 0
1
answerQuestion
cutoff freq of butterworth filter
Cutoff frequency is that frequency where the magnitude response of the filter is sqr(1/2). For butter, the normalized cutoff fre...
12 years ago | 2 answers | 0
2
answersQuestion
butterworth residuals vs cutoff frequency
i need to apply a butterworth filter. to prove my cutoff frequency i need to do a plot ''residuals vs cutoff frequency'' like...
12 years ago | 1 answer | 0
1
answerQuestion
how to apply butterworth filter
hello, http://www.speedyshare.com/raxKu/a.xlsx this is the data of a gait laboratory analysis. i need to apply a butterwo...
12 years ago | 1 answer | 0
1
answerQuestion
angle and radius of a curve
i have the xy data (in excel) to obtain the following curve in black (obtained in laboratory) there anyway to obtain the par...
12 years ago | 1 answer | 0
1
answerQuestion
how to smooth a plot
does anyone know what theory is beyond this use of different smoothOrder numbers? the code does central differences and gets sm...
12 years ago | 1 answer | 0
1
answerQuestion
formatation of a break axis
does anyone know how to do in matlab this type of axis (see red circle) thank you
12 years ago | 1 answer | 0
1
answerQuestion
change axis of a plot
does anyone know how to do broken axis* ( 0--//---- ) and also how to obligate matlab automatically to write final x value...
12 years ago | 2 answers | 0
2
answersQuestion
axes problem in a plot
how can i solve the problem of this two images automatically without having to fix the axes range for each plot (i have millions...
12 years ago | 1 answer | 0
1
answerQuestion
how to obtain a smoother curve
hello everyone. as you can see from the excel file i have 4 columns with data obtained in laboratory (time, x, y, z). ...
12 years ago | 2 answers | 0
2
answersQuestion
derivate of x y points
hello everyone. i have two rows: x and y points, generated by experimental tests. this data means x,y positions. i would l...
12 years ago | 1 answer | 0
1
answerQuestion
velocity and acceleration - apply filter
i use this code to obtain the velocity and acceleration from x,t data (by using central differences). but as you can see now...
12 years ago | 1 answer | 0
1
answerQuestion
error horzcat CAT arguments dimensions
does anyone understand why am i getting this error: _??? Error using ==> horzcat CAT arguments dimensions are not consistent...
12 years ago | 1 answer | 0
1
answerQuestion
code to obtain better curves
I am new with matlab and i am having this following problem. i have a little noise on my plots. I need to smooth the curves. ...
12 years ago | 2 answers | 0
2
answersQuestion
matlab determine a curve
Imagine i have an original plot with superimposed '8' shape curves (the curves are all different but similar to the '8' shape). ...
12 years ago | 2 answers | 0
2
answersQuestion
determine a point curve
i have a vector with the x points, and another with the y points. could anyone help me with the matlab code for the following...
12 years ago | 1 answer | 0
1
answerQuestion
obtain a better curve
http://tinypic.com/r/2nbxcw6/6 i have the x,y data of each plot. i need to make the curves smoother. any idea of what i shoul...
12 years ago | 1 answer | 0
1
answerQuestion
matlab plot 2 vectors
hello! i have X and Y data. if i plot it i get an open curve, but want to obtain a closed curve and so i do XX=[X(end) X...
12 years ago | 2 answers | 0
2
answersQuestion
construct vectors if cycle
hello! i need to construct vectors xx and yy. The problem is that at each cycle the past xx and yy is deleted but i want...
12 years ago | 1 answer | 0
1
answerQuestion
matlab concatenate vectors if cycle
distances = sqrt((x - max(x)).^2 + (y - max(y)).^2); [peaks, iPeaks] = findpeaks(distances);%to find out where the curve t...
12 years ago | 1 answer | 0
1
answermatlab determine a curve
_image analyst_ i am sorry to insist but i have been working all these days in this and still i can't understand. i see that in ...
12 years ago | 0