Question: Problem #2 (Studio 09, Exercise #2) Compute the number of parts that must be purchased for a week's Practn 1 2 4 5 production, based

Problem #2 (Studio 09, Exercise #2) Compute the number of parts that must be purchased for a week's Practn 1 2 4 5 production, based on a 1D array of production quotas and a 2D 1 30 15 40 10 15 array of parts required for each product. Row vector Prod contains production order quantities for each Parts 3 4 5 Order 1 A product, where each column represents a particular product. 1 0 1 185 2 5 8 0 2 Array Parts contains production requirements for each product. 3 1 A 7 Each row represents a particular purchased part and each column 4 7 9 4 6 7 represents the manufactured products. The value in each element is the number of that part required for Order (1) = 30*3 + 15*1 + 40*1 + 10*4 + 15*0 = 185 each one of that product. The output column vector Order should contain the total number of each part to be ordered, where each row represents a particular purchased part. (The first value in the Order vector is shown, to check your work.) a) Create an algorithm, in the form of a flowchart, to compute the Order vector. b) Convert your algorithm into a MATLAB script file. Provide meaningful output for the Order vector
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
