Question: f you have the following information, create a script that computes three straight lines ( y = mx + b ) : Inputs: * M

f you have the following information, create a script that computes three straight lines (y = mx+b):
Inputs:
* M =[-6; 3; 10];%The M array represents each line's slope.
* B =[10; -6; 21];%the y-intercept of each line is represented by the B array.
* X =[-521; 718; 2849]% The time array that will be applied to the "x" position is the x array.
* Consider that you require at least 1,000 data points. It's up to you how you handle this.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!