Question: Hi , can you create some graphs and tables about the following matlab codes? Please it is very important. It is my 4th time posting.

Hi , can you create some graphs and tables about the following matlab codes? Please it is very important. It is my 4th time posting. NOBODY ANSWERS.

Matlab Codes For modelling in MATLAB, let the following symbols be defined first: Let, A = number of teams to be formed from 900 workers; x = number of technicians ineach team ; y = number of machinists in each team ; z = number of landscapers in each team. Also let each of the 900 workers be numbered serially from 1 to 900 each with a unique number. Then, each team at location "A" can be represented as: A = 3x + 4y + 5z. We are required to determine the total workforce at the shop floor consisting of maximum number of teams in order to maximise the production selecting the workers in random from the pool of 900 members with varying skills as per the business atrategy of Chello Company.

The MATLAB code for the above model is provided below: >>workforce = team ( workforce, I, O ) ; >> x = rand ( 1,900) ; >> y = rand ( 1,900 ) ; >> z = rand ( 1,900 ) ; >> y = a*3 + b*4 + c*5 ; >> I = [ a; b; c ] ; >> O = y ; >> R = [ 0 2 ; 0 2 ; 0 2 ] ; >> Sv= [ 6 1 ] ; % Size matrix has the v-size of all the teams >> workforce = team ( workforce , I , O ) ; % form workforce with the teams

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!