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
거의 9년 전 | 답변 수: 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
거의 9년 전 | 답변 수: 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
거의 9년 전 | 답변 수: 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);
거의 9년 전 | 답변 수: 1 | 0

