MATLAB program that computes the average thrust, total impulse thrust, and determines maximum thrust and time of maximum thrust.  As mentioned above, the first column of numbers in the EML600 two-dimensional matrix is time and the second column of numbers is thrust.  The total impulse is calculated by integrating the thrust values over the entire time the motor is firing.  Basically you are computing the area under the thrust curve.  The equation is:                           total_impulse = total_impulse + (thrust1 + thrust2)/2 * (time2 - time1)   Print the results as shown below to the Command Window only.  Develop a plot of time and thrust similar to the graph shown above. Add a title, x and y labels, show the grid, set the axis square, and set the tick marks.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Write a MATLAB program that computes the average thrust, total impulse thrust, and determines maximum thrust and time of maximum thrust.  As mentioned above, the first column of numbers in the EML600 two-dimensional matrix is time and the second column of numbers is thrust.  The total impulse is calculated by integrating the thrust values over the entire time the motor is firing.  Basically you are computing the area under the thrust curve.  The equation is:

 

                        total_impulse = total_impulse + (thrust1 + thrust2)/2 * (time2 - time1)

 

Print the results as shown below to the Command Window only.  Develop a plot of time and thrust similar to the graph shown above. Add a title, x and y labels, show the grid, set the axis square, and set the tick marks.

 

******************************************************

           SOLID ROCKET MOTOR PERFORMANCE           

 

Total impulse thrust = xxxx.xxx pound seconds

Average thrust       = xxx.xxx pounds

Maximum thrust       = xxx.xxx pounds at x.xxx seconds

******************************************************

 

EML600:

0.000 0.000

0.023 64.792

0.072 178.808

0.122 213.286

0.172 225.909

0.222 224.443

0.272 205.891

0.322 189.656

0.372 180.944

0.422 176.757

0.472 173.952

0.522 172.359

0.572 172.709

0.622 173.113

0.672 173.081

0.722 173.443

0.772 173.517

0.822 173.411

0.872 172.890

0.922 172.805

0.972 171.881

1.022 172.168

1.072 172.199

1.122 171.689

1.172 171.211

1.222 170.308

1.272 170.436

1.322 170.234

1.372 169.224

1.422 168.279

1.472 167.663

1.522 167.429

1.572 167.089

1.622 166.568

1.672 165.431

1.722 165.059

1.772 164.167

1.822 164.039

1.872 164.634

1.922 163.806

1.972 162.945

2.022 162.616

2.072 162.934

2.122 162.254

2.172 161.192

2.222 160.767

2.272 160.448

2.322 160.278

2.371 159.375

2.420 158.865

2.470 158.196

2.520 158.196

2.570 157.590

2.620 156.411

2.670 155.699

2.720 155.476

2.770 155.327

2.820 155.114

2.870 153.967

2.920 154.041

2.970 153.297

3.020 152.766

3.070 152.341

3.120 152.331

3.170 151.204

3.220 151.045

3.270 150.662

3.320 150.418

3.370 150.259

3.420 149.589

3.470 149.356

3.520 148.591

3.570 148.569

3.620 148.123

3.670 148.134

3.720 147.518

3.770 146.965

3.820 146.189

3.870 146.072

3.920 146.211

3.970 145.541

4.020 145.318

4.070 145.127

4.120 144.075

4.170 143.650

4.220 143.172

4.270 142.981

4.320 143.193

4.370 142.885

4.420 141.557

4.470 141.312

4.520 141.483

4.570 141.132

4.620 140.282

4.670 140.027

4.719 139.496

4.768 139.581

4.818 138.476

4.868 138.146

4.918 138.051

4.968 137.392

5.018 137.318

5.068 136.914

5.118 136.128

5.168 135.734

5.218 135.416

5.268 135.012

5.318 134.725

5.368 134.523

5.418 133.737

5.468 133.386

5.518 133.131

5.568 132.727

5.618 132.876

5.668 132.090

5.718 131.899

5.768 131.506

5.818 130.953

5.868 130.794

5.918 130.252

5.968 129.965

6.018 129.869

6.068 129.529

6.118 130.114

6.168 129.094

6.218 128.573

6.268 128.446

6.318 127.659

6.368 127.553

6.418 126.618

6.468 126.002

6.518 125.577

6.568 124.674

6.618 123.973

6.668 123.590

6.718 121.794

6.768 118.108

6.818 111.520

6.868 103.859

6.918 93.628

6.968 83.459

7.018 76.128

7.067 70.801

7.116 67.947

7.166 65.684

7.216 64.079

7.266 62.464

7.316 60.828

7.366 59.500

7.416 58.140

7.466 56.578

7.516 54.878

7.616 50.341

7.666 48.790

7.716 46.920

7.766 45.220

7.816 43.148

7.866 41.289

7.916 39.121

7.966 36.826

8.016 35.094

8.066 33.044

8.116 30.770

8.166 28.645

8.216 26.233

8.266 24.353

8.316 22.323

8.366 20.166

8.416 18.190

8.466 15.938

8.516 13.940

8.566 12.102

8.616 9.998

8.666 8.426

8.716 6.736

8.766 5.291

8.816 4.154

8.866 3.156

8.916 2.242

8.966 1.594

9.016 1.360

9.066 1.296

9.116 1.254

9.166 0.669

9.216 0.765

9.266 0.914

9.316 0.776

9.366 0.882

9.416 0.000

 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY