Question: % When a line of code in MATLAB begins with the percent symbol % , a couple of things happen % 1 - The text

% When a line of code in MATLAB begins with the percent symbol %, a couple of things happen
%1- The text on the line turns green
%2- The line becomes a Comment which means that MATLAB does not execute the line as an instruction.
% This allows the programmer to leave notes and descriptions in their code to remind themselves and others of what the code is supposed to do.
% We are using comments here so that you can describe the first three steps of solving this problem.
% REMEMBER, FOR THIS ASSIGNMENT, TO BEGIN EVERY LINE WITH THE PERCENT SYMBOL %
% ALL OF YOUR ANSWERS SHOULD BE IN GREEN TEXT
%------------------------------ STEP 1------------------------------
%------------------------ Read the Question -------------------------
% Inputs: TYPE YOUR ANSWER(S) ON THE NEXT LINE(S)(One Input per line. Start each with the percent symbol %)
% Outputs: TYPE YOUR ANSWER(S) ON THE NEXT LINE(S)(One Output per line. Start each with the percent symbol %)
% Domain Knowledge: TYPE YOUR ANSWER(S) ON THE NEXT LINE(S)(Start each with the percent symbol %. If no Domain Knowledge, the place the word None a line.)
% Assumptions: TYPE YOUR ANSWER(S) ON THE NEXT LINE(S)(Start each with the percent symbol %. If no Assumptions, the place the word None a line.)
%------------------------------ STEP 2------------------------------
%------------------------ Sketch a Solution -------------------------
% TYPE YOUR ANSWER(S) ON THE NEXT LINE(S)(Start each with the percent symbol %.)
%------------------------------ STEP 3------------------------------
%-Articulate Sketched Solution as a set of Step-by-Step Instructions-
% TYPE YOUR ANSWER(S) ON THE NEXT LINE(S)(Start each with the percent symbol %.)

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!