Recruitment chances Write a function called Chance2BHired to estimate the probability of an applicant being hired based on GPA. The input is a numeric called GPA and the output is chanceHired, equal...


Recruitment chances<br>Write a function called Chance2BHired to estimate the probability of an applicant being hired based on GPA. The input is a numeric<br>called GPA and the output is chanceHired, equal to the probability of an applicant based on the following table.<br>Probability 90%<br>3.0 <= GPA < 3.5 Probability 80%<br>· 2.5 <= GPA < 3.0 Probability 70%<br>· 2.0 <= GPA < 2.5 Probability 60%<br>• 1.5 <= GPA < 2.0 Probability 50%<br>Probability 40%<br>• GPA >= 3.5<br>- GPA < 1.5<br>Ex:<br>chanceHired= Chance2BHired(1.0)<br>returns<br>chanceHired =<br>40<br>Function e<br>A Save<br>C Reset<br>I MATLAB Documentation<br>1 function chanceHired= Chance2BHired( GPA )<br>2<br>3<br>% Your solution goes here %<br>4<br>5 end<br>

Extracted text: Recruitment chances Write a function called Chance2BHired to estimate the probability of an applicant being hired based on GPA. The input is a numeric called GPA and the output is chanceHired, equal to the probability of an applicant based on the following table. Probability 90% 3.0 <= gpa="">< 3.5="" probability="" 80%="" ·="" 2.5=""><= gpa="">< 3.0="" probability="" 70%="" ·="" 2.0=""><= gpa="">< 2.5="" probability="" 60%="" •="" 1.5=""><= gpa="">< 2.0="" probability="" 50%="" probability="" 40%="" •="" gpa="">= 3.5 - GPA < 1.5="" ex:="" chancehired="Chance2BHired(1.0)" returns="" chancehired="40" function="" e="" a="" save="" c="" reset="" i="" matlab="" documentation="" 1="" function="" chancehired="Chance2BHired(" gpa="" )="" 2="" 3="" %="" your="" solution="" goes="" here="" %="" 4="" 5="">
Function e<br>A Save<br>Reset<br>MATLAB Documentation<br>1 function chanceHired= Chance2BHired ( GPA )<br>2.<br>3<br>% Your solution goes here %<br>4<br>5 end<br>Code to call your function e<br>C Reset<br>1 GPA = 2.2;<br>2 chanceHired= Chance2BHired( GPA )<br>Run Function<br>

Extracted text: Function e A Save Reset MATLAB Documentation 1 function chanceHired= Chance2BHired ( GPA ) 2. 3 % Your solution goes here % 4 5 end Code to call your function e C Reset 1 GPA = 2.2; 2 chanceHired= Chance2BHired( GPA ) Run Function

Jun 02, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here