Put the commands for doing this challenge into a script file. Don't just type them on the command line! Store the follow
Posted: Mon Jul 11, 2022 9:57 am
Put the commands for doing this challenge into a script file. Don't just type them on the command line! Store the following 10 numbers in 10 Matlab variables: 5, 2354, 75, 26, 6123, 2, -23, 22.3, 6.022e23, 3.14. Display all 10 values with the "disp" command. To make automated grading possible, use variable names a, b, c, d, ... and so forth.