統計
MATLAB Answers
3 質問
0 回答
ランク
of 157,957
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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
約8年 前 | 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;
約8年 前 | 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 ...
約8年 前 | 1 件の回答 | 0