photo

Aaron Karlo Maranan


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
235,981
of 300,364

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

8 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

8 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

8 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

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

8 years ago | 1 answer | 0

1

answer