Statistics
3 Questions
0 Answers
RANK
83,079
of 300,584
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,030
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 169,723
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
Want to plot data where X and Y axis represent a value from one certain point to another certain point with a constant distance say d between points.
How plot function is used
9 years ago | 1 answer | 0
1
answerQuestion
want to change millimeter data of one column to meter say column 20 of datafile 400*50.Is the code is right.
X=datafile(:,20); DataInmeter=X*0.001;
9 years ago | 1 answer | 0
1
answerQuestion
I have a datafile contains data sets (size 200* 15) .how can I apply on all the data a lowpass butterworth filter of 2-order with cutoff fre 10 HZ
How can I call filter function like [b,a] = butter(n,Wn) or [b,a] = butter(n,Wn,ftype) for whole data file and collect them in ...
9 years ago | 1 answer | 0
