MATLAB: A Practical Introduction to Programming and Problem Solving
MATLAB: A Practical Introduction to Programming and Problem Solving
5th Edition
ISBN: 9780128163450
Author: ATTAWAY
Publisher: ELSEVIER
bartleby

Concept explainers

bartleby

Videos

Question
Book Icon
Chapter 4, Problem 4.1P
Expert Solution & Answer
Check Mark
To determine

To write:

An “if” statement that would print “Hey, you get overtime!” if the value of a variable hours is greater than 40. Test the “if” statement for values of hours less than, equal to, and greater than 40.

Answer to Problem 4.1P

Solution:

Print the statement “Hey, you get overtime!” if the value of the variable time is greater than 40.

Explanation of Solution

MATLAB Code:

clc

clear all

close all

Variable_Time_in_Hours = input('Enter Variable Time in Hours: ');

% Define the instruction to enter the variable time in hours.

if Variable_Time_in_Hours > 40

% Define the instruction to get the variable time in hours greater than 40.

fprintf('Hey, you get overtime!\n');

% Define the command to generate the statement "Hey, you get overtime!".

end

Save the MATLAB script with name, chapter4_54793_4_1P.m in the current folder. Execute the script by typing the script name at the command window to write an “if” statement that would print “Hey, you get overtime!” if the value of a variable hours is greater than 40. Test the “if” statement for values of hours less than, equal to, and greater than 40.

Result:

MATLAB: A Practical Introduction to Programming and Problem Solving, Chapter 4, Problem 4.1P

Therefore, print the statement “Hey, you get overtime!” if the value of the variable time is greater than 40.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
When there are two independent samples to compare two population means, if we don't know that the population variances are equal, then it does not matter because there are paired samples. do not assume population variances are equal. assume population variances are equal. none of these.
Does it take less time for seeds to germinate if they are near rock music that is continuously playing compared to being near classical music? The time (in days) to germinate was recorded for 30 seeds that were randomly exposed to rock music took and 26 seeds that were randomly exposed to classical music. a. Based on the given information, select ALL that are true about these data. There are two independent random samples of numerical data. Samples are not random. There are two paired random samples of numerical data. Each sample size is large enough. Each population has a normal distribution. At least one sample size is not large enough. Data are not numerical. Each sample data have approximately a normal distribution with no outliers. b. Are all the assumptions met for a two-sample t-test? Yes O No > Next Question to search UP T M365 F2 F3 F4 <400 2 144 64 $ DELL F5 F6 F7 F8 ►11 25 %
4 Cor The following data show the results of two random samples that measured the average number of minutes per charge for AA Lithium-ion (Li-ion) rechargeable batteries versus Nickel-Metal Hydride (NiMH) rechargeable batteries. Click this button to reveal the data. Click again to collapse it. Li-ion NiMH 107 86 95 91 87 89 84 88 89 88 98 87 95 86 85 90 84 91 96 85 97 87 100 89 86 91 102 89 87 94 78 arch If you want to do well, please avoid using Google sheets. Perform a hypothesis test using significance level (a) = .02 to determine if the true average number of minutes per charge for NiMH batteries is different from that for Li-ion batteries. a. Perform a two-sample t test to test the claim that the true average number of minutes per charge for Li-ion batteries is different from that for NiMH batteries. Fill in the blanks for the alternative hypothesis of this test. Select an answer Select an answer Based on your work, answer the following questions. The observed difference in mean…
Knowledge Booster
Background pattern image
Statistics
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, statistics and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Holt Mcdougal Larson Pre-algebra: Student Edition...
Algebra
ISBN:9780547587776
Author:HOLT MCDOUGAL
Publisher:HOLT MCDOUGAL
Text book image
Elementary Algebra
Algebra
ISBN:9780998625713
Author:Lynn Marecek, MaryAnne Anthony-Smith
Publisher:OpenStax - Rice University
Text book image
Algebra: Structure And Method, Book 1
Algebra
ISBN:9780395977224
Author:Richard G. Brown, Mary P. Dolciani, Robert H. Sorgenfrey, William L. Cole
Publisher:McDougal Littell
Text book image
Mathematics For Machine Technology
Advanced Math
ISBN:9781337798310
Author:Peterson, John.
Publisher:Cengage Learning,
Text book image
PREALGEBRA
Algebra
ISBN:9781938168994
Author:OpenStax
Publisher:OpenStax
Text book image
College Algebra (MindTap Course List)
Algebra
ISBN:9781305652231
Author:R. David Gustafson, Jeff Hughes
Publisher:Cengage Learning
Propositional Logic, Propositional Variables & Compound Propositions; Author: Neso Academy;https://www.youtube.com/watch?v=Ib5njCwNMdk;License: Standard YouTube License, CC-BY
Propositional Logic - Discrete math; Author: Charles Edeki - Math Computer Science Programming;https://www.youtube.com/watch?v=rL_8y2v1Guw;License: Standard YouTube License, CC-BY
DM-12-Propositional Logic-Basics; Author: GATEBOOK VIDEO LECTURES;https://www.youtube.com/watch?v=pzUBrJLIESU;License: Standard Youtube License
Lecture 1 - Propositional Logic; Author: nptelhrd;https://www.youtube.com/watch?v=xlUFkMKSB3Y;License: Standard YouTube License, CC-BY
MFCS unit-1 || Part:1 || JNTU || Well formed formula || propositional calculus || truth tables; Author: Learn with Smily;https://www.youtube.com/watch?v=XV15Q4mCcHc;License: Standard YouTube License, CC-BY