![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7594735_1522122281585_DEF.jpg)
Aaron Karlo Maranan
2017 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
5 質問
0 回答
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Plot frequency spectrum of a signal
what does f = fs/2*linspace(-1,1,fs); mean in the following code. close all; %Define number of samples to take fs = 100; f =...
8年弱 前 | 2 件の回答 | 0
2
回答質問
How to get the values of centroids for each cluster in k means?
in the following code: [idx, C]= kmeans(X,3); is C the centroid of each cluster?thank you
8年弱 前 | 1 件の回答 | 0
1
回答質問
How to input GSM number to arduino from Matlab?
i want to send variables from matlab gui to arduino using serial communication. thank you
8年弱 前 | 0 件の回答 | 0
0
回答質問
How to write a variable in arduino from Matlab using serial communication?
i want to send variables from matlab gui to arduino using serial communication. thank you
8年弱 前 | 0 件の回答 | 0
0
回答質問
What does the line t = 0:1/3000:0.2; mean in the following code:
t = 0:1/3000:0.2; f = 22; wc = 2*pi*f*t; h = sin(wc);
8年弱 前 | 1 件の回答 | 0