Community Profile

photo

Aaron Karlo Maranan


Active since 2017

Followers: 0   Following: 0

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


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 =...

7 years ago | 2 answers | 0

2

answers

Question


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

7 years ago | 1 answer | 0

1

answer

Question


How to input GSM number to arduino from Matlab?
i want to send variables from matlab gui to arduino using serial communication. thank you

7 years ago | 0 answers | 0

0

answers

Question


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

7 years ago | 0 answers | 0

0

answers

Question


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);

7 years ago | 1 answer | 0

1

answer