Feeds
질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
