Julianna - MATLAB Central
photo

Julianna


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB AnswersFrom 11/14 to 03/25Use left and right arrows to move selectionFrom 11/14Use left and right arrows to move left selectionTo 03/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
0 Answers

RANK
199,530
of 297,503

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

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

  • Thankful Level 1

View badges

Feeds

View by

Question


I have a sine function y = a*sin(bx-c)+d and I have 4 points on the function: P1(0.840,0.730) P2(1.516,0.594) P3(2.879,0.236) P4(3.365,0.652)?
So I get the following equations: 0.730=a*sin(0.840b-c)+d 0.594=a*sin(1.516b-c)+d 0.236=a*sin(2.879b-c)+d 0.652=a*si...

10 years ago | 1 answer | 0

1

answer

Question


I have a sine function y = a*sin(bx+c)+d and I have 4 points on the function: P1(0.835,0.720) P2(1.498,0.589) P3(2.866,0.236) P4(3.299,0.649)?
I then plug them into the equation and get the following 4 functions: 0.720 = a*sin(0.835b+c)+d 0.589 = a*sin(1.498b+c)+...

10 years ago | 2 answers | 0

2

answers