Question: Write a MATLAB m-file named sat_01.m that defines three string variables name, line_1 and line_2 as described in the pdf. Then extract the following orbital

Write a MATLAB m-file named sat_01.m that defines three string variables name, line_1 and line_2 as described in the pdf. Then extract the following orbital elements: mean_motion eccentricity cat_num Using a fprintf function, print the values listed below in the order given: mean_motion eccentricity cat_num name A correct output when you run the script should look like: 15.7213 0.000670 25544 ISS (ZARYA) Upload the m-file here. Note: Be careful about eccentricity! Note the comment on the webpage: "decimal point assumed". Hint: Use string concatenation (the +) to add the decimal point
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
