Blake - MATLAB Central
photo

Blake


Last seen: 10 months ago Active since 2023

Followers: 0   Following: 0

Statistics

All
MATLAB AnswersCodyFrom 06/23 to 04/25Use left and right arrows to move selectionFrom 06/23Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

2 Questions
1 Answer

Cody

0 Problems
1 Solution

RANK
148,004
of 298,180

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,546

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
77,057
of 160,541

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
30

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Commenter
  • Solver

View badges

Feeds

View by

Answered
I need help combining two sine waves
After further coding I solved my question using this: f=1000; n=10; T=1/f; t=(0:T/100:n*T); s = sin(2*pi*t*f); e = (-expm...

10 months ago | 0

| accepted

Question


I need help combining two sine waves
Hello. I am trying to learn how to end an ascending sine wave at the start of a signal and end a descending sine wave at the end...

10 months ago | 3 answers | 0

3

answers

Question


When integrating acceleration do you need to convert velocity?
I am using data from class that is wave data from a boat. I am taking the accleration data and demeaning it, filtering it, the...

11 months ago | 1 answer | 0

1

answer

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

2 years ago