Question: Write a Matlab script that creates an array with values -123, -4, 5, 67, 890, and 12345. Print out the array in several formatted ways.

Write a Matlab script that creates an array with values -123, -4, 5, 67, 890, and 12345. Print out the array in several formatted ways. a. Print each element, on its own line, using a field that is 3 wide. b. Print each element, on its own line, using a field that is 4 wide. c. Print each element, on its own line, using a field that is 5 wide. d. Print each element, on its own line, using a field that is only as wide as needed. e. Print all six elements on one line, giving each a field that is 8 wide. Be sure to understand why each number printed the way it did. Notice what Matlab does differently than Fortran
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
